diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-08 01:51:22 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | 328eb32a24eef9a59da7bd2e2f1bf22959783f45 (patch) | |
| tree | 6dbafe8c82d9c1f2578fba4f565aa75d53dcb84a /components/StandardDropdown.qml | |
| parent | f48cd1b82b758c7b4e396e523172f66b9b371c5b (diff) | |
| download | monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.tar.gz monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.tar.xz monzero-gui-328eb32a24eef9a59da7bd2e2f1bf22959783f45.zip | |
Various QML development
Diffstat (limited to 'components/StandardDropdown.qml')
| -rw-r--r-- | components/StandardDropdown.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml index 2818541e..f22cbab0 100644 --- a/components/StandardDropdown.qml +++ b/components/StandardDropdown.qml @@ -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" |
