diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-15 16:03:39 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-15 16:03:39 +0200 |
| commit | ba65d921e8d2b2cb5bffe9ebb6572da4c7e50703 (patch) | |
| tree | 0d713fd09c10cbef535b46d8ac6212a99e89091c /RightPanel.qml | |
| parent | c65a878d8ce52daab2875a468553bb91f575ed7d (diff) | |
| download | monzero-gui-ba65d921e8d2b2cb5bffe9ebb6572da4c7e50703.tar.gz monzero-gui-ba65d921e8d2b2cb5bffe9ebb6572da4c7e50703.tar.xz monzero-gui-ba65d921e8d2b2cb5bffe9ebb6572da4c7e50703.zip | |
new title bar + fixed payment id width on transfer page.
https://trello.com/c/U0nxQ9vy/32-payment-id-field-in-transfer-tab-needs-to-be-much-longer
https://trello.com/c/r755XHXq/36-move-window-control-icons-to-left-hand-side-as-discussed-once-qml-is-all-done-we-will-see-how-everyone-reacts-to-it
Diffstat (limited to 'RightPanel.qml')
| -rw-r--r-- | RightPanel.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/RightPanel.qml b/RightPanel.qml index fc05ab8f..618e92e4 100644 --- a/RightPanel.qml +++ b/RightPanel.qml @@ -7,13 +7,6 @@ import "components" Rectangle { width: 330 - TitleBar { - anchors.top: parent.top - anchors.right: parent.right - anchors.topMargin: 5 - anchors.rightMargin: 5 - } - TabView { id: tabView anchors.left: parent.left |
