Browse Source

Fixed critical icon size.

It was using wrong size variable (and consequently too big)
QGC4.4
dogmaphobic 10 years ago
parent
commit
bfa330dd43
  1. 2
      src/ui/toolbar/MainToolBarIndicators.qml

2
src/ui/toolbar/MainToolBarIndicators.qml

@ -112,7 +112,7 @@ Row { @@ -112,7 +112,7 @@ Row {
visible: activeVehicle.messageCount > 0 && isMessageImportant
Image {
source: "/qmlimages/Yield.svg"
height: mainWindow.tbButtonWidth
height: mainWindow.tbCellHeight * 0.75
fillMode: Image.PreserveAspectFit
mipmap: true
smooth: true

Loading…
Cancel
Save