Commit bfa330dd authored by dogmaphobic's avatar dogmaphobic

Fixed critical icon size.

It was using wrong size variable (and consequently too big)
parent ade1559d
...@@ -112,7 +112,7 @@ Row { ...@@ -112,7 +112,7 @@ Row {
visible: activeVehicle.messageCount > 0 && isMessageImportant visible: activeVehicle.messageCount > 0 && isMessageImportant
Image { Image {
source: "/qmlimages/Yield.svg" source: "/qmlimages/Yield.svg"
height: mainWindow.tbButtonWidth height: mainWindow.tbCellHeight * 0.75
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
mipmap: true mipmap: true
smooth: true smooth: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment