diff options
| author | jjl | 2010-09-29 19:51:59 +0200 |
|---|---|---|
| committer | jjl | 2010-09-29 19:51:59 +0200 |
| commit | 5b9a6ed17851e635cda04d150e09dbf22cf0b19f (patch) | |
| tree | d98ad248d873d64ef1696440cd8451e03d4c119e | |
| parent | [PVSGUI] set toolbar position via cmd-switch (diff) | |
| download | pvs-5b9a6ed17851e635cda04d150e09dbf22cf0b19f.tar.gz pvs-5b9a6ed17851e635cda04d150e09dbf22cf0b19f.tar.xz pvs-5b9a6ed17851e635cda04d150e09dbf22cf0b19f.zip | |
[PVSGUI] smaler toolbar
| -rw-r--r-- | src/gui/ui/clientToolbar.ui | 13 | ||||
| -rw-r--r-- | src/version.h | 4 |
2 files changed, 3 insertions, 14 deletions
diff --git a/src/gui/ui/clientToolbar.ui b/src/gui/ui/clientToolbar.ui index 51cb62e..d70857a 100644 --- a/src/gui/ui/clientToolbar.ui +++ b/src/gui/ui/clientToolbar.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>463</width> + <width>328</width> <height>28</height> </rect> </property> @@ -144,17 +144,6 @@ p, li { white-space: pre-wrap; } </spacer> </item> <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600; font-style:italic; color:#0055ff;">Pool Video Switch</span></p></body></html></string> - </property> - </widget> - </item> - <item> <widget class="QLabel" name="label_3"> <property name="maximumSize"> <size> diff --git a/src/version.h b/src/version.h index d05a693..de5c6aa 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_STRING "2.0.4" -#define VERSION_NUMBER 204 +#define VERSION_STRING "2.0.5" +#define VERSION_NUMBER 205 |
