diff options
| author | Gene Peters <gene@telligent-data.com> | 2018-04-23 17:47:35 -0700 |
|---|---|---|
| committer | Gene Peters <gene@telligent-data.com> | 2018-04-23 17:47:35 -0700 |
| commit | 0988f54bd2529c28460afa277683fbf09c023f9e (patch) | |
| tree | 786949a2c7e0b554082b7680e20dec804f2728f3 | |
| parent | 5a5d92e6f64a85b251c89bf95e1ffc5dc438f089 (diff) | |
| download | monzero-gui-0988f54bd2529c28460afa277683fbf09c023f9e.tar.gz monzero-gui-0988f54bd2529c28460afa277683fbf09c023f9e.tar.xz monzero-gui-0988f54bd2529c28460afa277683fbf09c023f9e.zip | |
Removing legacy whatis button from titlebar
| -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 |
