Commit 045e3f5a authored by Gus Grubba's avatar Gus Grubba

Merge pull request #2198 from dogmaphobic/iconSize

Fixed critical icon size.
parents aa2bc9aa bfa330dd
......@@ -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
......
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