aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-09-16 23:59:54 +0200
committerselsta <selsta@sent.at>2019-09-24 17:53:02 +0200
commit4905341999156c4634fd7487d9ad68a8c88a8186 (patch)
treeaf5d020cf84751376dcb374ce5740e318bb7786d /LeftPanel.qml
parent2b82a472aedf05c6b806ecaf0cc37891370d3698 (diff)
downloadmonzero-gui-4905341999156c4634fd7487d9ad68a8c88a8186.tar.gz
monzero-gui-4905341999156c4634fd7487d9ad68a8c88a8186.tar.xz
monzero-gui-4905341999156c4634fd7487d9ad68a8c88a8186.zip
TitleBar: add close wallet button
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml38
1 files changed, 0 insertions, 38 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index c3124a1a..a9f01cfa 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -171,44 +171,6 @@ Rectangle {
color: "#ff9323"
themeTransition: false
}
-
- Rectangle {
- height: (logoutImage.height + 8)
- width: (logoutImage.width + 8)
- color: "transparent"
- anchors.right: parent.right
- anchors.rightMargin: 8
- anchors.top: parent.top
- anchors.topMargin: 30
-
- Image {
- id: logoutImage
- anchors.verticalCenter: parent.verticalCenter
- anchors.horizontalCenter: parent.horizontalCenter
- height: 16
- width: 13
- source: "qrc:///images/logout.png"
- }
-
- ColorOverlay {
- anchors.fill: logoutImage
- source: logoutImage
- visible: !MoneroComponents.Style.blackTheme
- color: "#000000"
- }
-
- MouseArea{
- anchors.fill: parent
- hoverEnabled: true
- cursorShape: Qt.PointingHandCursor
- onClicked: {
- middlePanel.addressBookView.clearFields();
- middlePanel.transferView.clearFields();
- middlePanel.receiveView.clearFields();
- appWindow.showWizard();
- }
- }
- }
}
Item {