diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-24 21:44:21 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-24 21:44:21 -0500 |
| commit | d2f90be148e5dcd1bef9bf90ca00ddc549d5fa07 (patch) | |
| tree | d549073fdfb71a64cb9a4a70e9fb9e9d98818f68 /components | |
| parent | 8532b240be4b8eefa22146c0c1f2d9cbf5f349b7 (diff) | |
| parent | 0988f54bd2529c28460afa277683fbf09c023f9e (diff) | |
| download | monzero-gui-d2f90be148e5dcd1bef9bf90ca00ddc549d5fa07.tar.gz monzero-gui-d2f90be148e5dcd1bef9bf90ca00ddc549d5fa07.tar.xz monzero-gui-d2f90be148e5dcd1bef9bf90ca00ddc549d5fa07.zip | |
Merge pull request #1351
0988f54 Removing legacy whatis button from titlebar
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index a6dfaadf..3fd9a8a0 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -121,32 +121,6 @@ Rectangle { z: 2 Rectangle { - id: whatIsAreaButton - anchors.top: parent.top - anchors.bottom: parent.bottom - width: 42 - color: containsMouse ? "#6B0072" : "#00000000" - - Image { - anchors.centerIn: parent - width: 9 - height: 16 - source: "../images/question.png" - } - - MouseArea { - id: whatIsArea - anchors.fill: parent - cursorShape: Qt.PointingHandCursor - onEntered: whatIsAreaButton.color = "#262626"; - onExited: whatIsAreaButton.color = "transparent"; - onClicked: { - - } - } - } - - Rectangle { id: minimizeButton anchors.top: parent.top anchors.bottom: parent.bottom |
