diff options
-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 | ||||
-rw-r--r-- | themes/unifr/title_l.png | bin | 0 -> 17458 bytes | |||
-rw-r--r-- | themes/unifr/title_r.png | bin | 0 -> 4113 bytes | |||
-rw-r--r-- | themes/unifr/unifr.ini | 4 |
6 files changed, 7 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> diff --git a/themes/unifr/title_l.png b/themes/unifr/title_l.png Binary files differnew file mode 100644 index 0000000..e602ccd --- /dev/null +++ b/themes/unifr/title_l.png diff --git a/themes/unifr/title_r.png b/themes/unifr/title_r.png Binary files differnew file mode 100644 index 0000000..3edbcb0 --- /dev/null +++ b/themes/unifr/title_r.png diff --git a/themes/unifr/unifr.ini b/themes/unifr/unifr.ini new file mode 100644 index 0000000..dadcb4e --- /dev/null +++ b/themes/unifr/unifr.ini @@ -0,0 +1,4 @@ +background-color=#003592 +image-right=title_r.png +image-left=title_l.png + |