mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +02:00
Smaller menubutton height for small screens
This commit is contained in:
parent
9462899e97
commit
5360d2c231
@ -59,7 +59,7 @@ Rectangle {
|
|||||||
|
|
||||||
color: "black"
|
color: "black"
|
||||||
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) ? 44 * scaleRatio : 52 * scaleRatio ) : 0
|
height: present ? ((appWindow.height >= 800) ? 44 * scaleRatio : 38 * scaleRatio ) : 0
|
||||||
|
|
||||||
// Button gradient whilst checked
|
// Button gradient whilst checked
|
||||||
// @TODO: replace by .png - gradient not available in 2d renderer
|
// @TODO: replace by .png - gradient not available in 2d renderer
|
||||||
|
Loading…
Reference in New Issue
Block a user