mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 11:27:26 -04:00
Various QML development
This commit is contained in:
committed by
moneromooo-monero
parent
f48cd1b82b
commit
328eb32a24
@@ -42,7 +42,7 @@ Item {
|
||||
|
||||
signal changed();
|
||||
|
||||
height: 48 * scaleRatio
|
||||
height: 40 * scaleRatio
|
||||
|
||||
onExpandedChanged: if(expanded) appWindow.currentItem = dropdown
|
||||
function hide() { dropdown.expanded = false }
|
||||
@@ -68,7 +68,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
height: 48 * scaleRatio
|
||||
height: 40 * scaleRatio
|
||||
|
||||
Rectangle {
|
||||
color: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user