adjust menuButton height dynamically

pull/2/head
Jaquee 8 years ago
parent 427416711c
commit a0756ff64f
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -36,7 +36,7 @@ Rectangle {
property alias symbol: symbolText.text
signal clicked()
height: 64
height: (appWindow.height >= 800) ? 64 : 60
color: checked ? "#FFFFFF" : "#1C1C1C"
Item {