diff options
| author | selsta <selsta@sent.at> | 2020-02-01 23:01:10 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-02-01 23:01:10 +0100 |
| commit | 900f478abeeaf84143802a4e7ff42ae2e96c3acb (patch) | |
| tree | 9aeee56eb525476d3ba7d97e660db1d8b8ef31e8 | |
| parent | 35b7a5f6bb469583f1e78c9f35f154d312d99dc6 (diff) | |
| download | monzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.tar.gz monzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.tar.xz monzero-gui-900f478abeeaf84143802a4e7ff42ae2e96c3acb.zip | |
MenuButton: fix gradient
| -rw-r--r-- | components/MenuButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/MenuButton.qml b/components/MenuButton.qml index a7edfff4..01e31be8 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -62,7 +62,7 @@ Rectangle { height: present ? ((appWindow.height >= 800) ? 44 : 38 ) : 0 LinearGradient { - visible: isOpenGL && button.checked || numSelectedChildren > 0 + visible: isOpenGL && button.checked height: parent.height width: 260 anchors.verticalCenter: parent.verticalCenter |
