aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-18 21:24:29 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-18 21:24:29 +0100
commit74f0a0fe6c9394ff8dc321ab1968408f45650171 (patch)
treeb424c044c82b183a2578a5d68ee1afeb0ee2bb97 /main_view.qml
parent4415cf77bab990ab38d0750ea0b44f56819eddb3 (diff)
Smaller colormap view.
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_view.qml b/main_view.qml
index f7b2348..9e02c32 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -88,7 +88,7 @@ ApplicationWindow {
y: parent.y + 5
z: 2
width: 128
- height: 10
+ height: 5
Rectangle { // Adds a border around the colormap
x: parent.x - 1