diff options
author | Sebastian Schmelzer | 2011-05-12 18:08:47 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2011-05-12 18:08:47 +0200 |
commit | a28b85970fc1f2ec707b56d9fad7f4312d7afbc2 (patch) | |
tree | 143d68d5f4cf5010da1d0db1e85e642414333ae3 /src | |
parent | change conf path to /etc/vmchooser/vmchooser.conf (diff) | |
download | vmchooser-a28b85970fc1f2ec707b56d9fad7f4312d7afbc2.tar.gz vmchooser-a28b85970fc1f2ec707b56d9fad7f4312d7afbc2.tar.xz vmchooser-a28b85970fc1f2ec707b56d9fad7f4312d7afbc2.zip |
switch default theme to openslx
add unifr theme
Diffstat (limited to 'src')
-rw-r--r-- | src/img/title_l.png | bin | 17458 -> 9187 bytes | |||
-rw-r--r-- | src/img/title_r.png | bin | 4113 -> 3390 bytes | |||
-rw-r--r-- | src/ui/dialog.ui | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/img/title_l.png b/src/img/title_l.png Binary files differindex e602ccd..900dd86 100644 --- a/src/img/title_l.png +++ b/src/img/title_l.png diff --git a/src/img/title_r.png b/src/img/title_r.png Binary files differindex 3edbcb0..8ca9347 100644 --- a/src/img/title_r.png +++ b/src/img/title_r.png diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index e1c93c2..16990b3 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>542</width> + <width>543</width> <height>655</height> </rect> </property> @@ -48,7 +48,7 @@ </size> </property> <property name="styleSheet"> - <string notr="true">#label_l {background-color:#003592; + <string notr="true">#label_l {background-color:#fff; margin-left:1px; margin-top:1px; margin-bottom:0px;}</string> @@ -79,7 +79,7 @@ margin-bottom:0px;}</string> </size> </property> <property name="styleSheet"> - <string notr="true">#label_r {background-color:#003592; + <string notr="true">#label_r {background-color:#fff; margin-top:1px; margin-right:1px; margin-bottom:0px;}</string> |