diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-23 13:27:27 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-23 13:27:27 +0200 |
| commit | 6800bb67d72e0923502ea90e0a8d548e0ba5ee70 (patch) | |
| tree | def1ca564c95fb2abd1de4c1986ae83441358d26 /RightPanel.qml | |
| parent | 74b6483b18f35a7ad0baadc379ee0e0cda0270ba (diff) | |
| download | monzero-gui-6800bb67d72e0923502ea90e0a8d548e0ba5ee70.tar.gz monzero-gui-6800bb67d72e0923502ea90e0a8d548e0ba5ee70.tar.xz monzero-gui-6800bb67d72e0923502ea90e0a8d548e0ba5ee70.zip | |
https://trello.com/c/SBd9Yyud/54-not-hugely-important-but-can-the-window-be-resizable-or-does-that-add-too-many-complications
Diffstat (limited to 'RightPanel.qml')
| -rw-r--r-- | RightPanel.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RightPanel.qml b/RightPanel.qml index 618e92e4..ec6fdb85 100644 --- a/RightPanel.qml +++ b/RightPanel.qml @@ -6,6 +6,7 @@ import "components" Rectangle { width: 330 + color: "#FFFFFF" TabView { id: tabView @@ -87,7 +88,7 @@ Rectangle { Rectangle { height: 8; width: parent.width / 5; color: "#6B0072" } Rectangle { height: 8; width: parent.width / 5; color: "#FF6C3C" } Rectangle { height: 8; width: parent.width / 5; color: "#FFD781" } - Rectangle { height: 8; width: parent.width / 5; color: "#FF4F41" } + Rectangle { height: 8; width: parent.width / 5 - 30; color: "#FF4F41" } } Rectangle { |
