mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
adjust menuButton height dynamically
This commit is contained in:
parent
427416711c
commit
a0756ff64f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user