Various QML development

This commit is contained in:
Sander Ferdinand
2017-12-08 01:51:22 +01:00
committed by moneromooo-monero
parent f48cd1b82b
commit 328eb32a24
4 changed files with 29 additions and 31 deletions

View File

@@ -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"