mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
MenuButton.qml
This commit is contained in:
parent
e826f7c1ec
commit
c7435c5dfa
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Rectangle {
|
||||||
|
|
||||||
color: checked ? "#FFFFFF" : "#1C1C1C"
|
color: checked ? "#FFFFFF" : "#1C1C1C"
|
||||||
property bool present: !under || under.checked || checked || under.numSelectedChildren > 0
|
property bool present: !under || under.checked || checked || under.numSelectedChildren > 0
|
||||||
height: present ? ((appWindow.height >= 800) ? 64 : 56) : 0
|
height: present ? ((appWindow.height >= 800) ? 64 : 52) : 0
|
||||||
|
|
||||||
transform: Scale {
|
transform: Scale {
|
||||||
yScale: button.present ? 1 : 0
|
yScale: button.present ? 1 : 0
|
||||||
|
|
Loading…
Reference in a new issue