diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-18 21:24:29 +0100 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-01-18 21:24:29 +0100 |
commit | 74f0a0fe6c9394ff8dc321ab1968408f45650171 (patch) | |
tree | b424c044c82b183a2578a5d68ee1afeb0ee2bb97 | |
parent | 4415cf77bab990ab38d0750ea0b44f56819eddb3 (diff) |
Smaller colormap view.
-rw-r--r-- | main_view.qml | 2 |
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 |