forked from Public/monero-gui
adjust menuButton height dynamically
This commit is contained in:
@@ -36,7 +36,7 @@ Rectangle {
|
|||||||
property alias symbol: symbolText.text
|
property alias symbol: symbolText.text
|
||||||
signal clicked()
|
signal clicked()
|
||||||
|
|
||||||
height: 64
|
height: (appWindow.height >= 800) ? 64 : 60
|
||||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|||||||
Reference in New Issue
Block a user