mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
adjust menuButton height dynamically
This commit is contained in:
parent
427416711c
commit
a0756ff64f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue