adjust menuButton height dynamically

This commit is contained in:
Jaquee
2016-11-23 21:18:02 +01:00
parent 427416711c
commit a0756ff64f

View File

@@ -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 {