From d5920389358b5c936a33f58f451c144ba5890223 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Sun, 27 Jun 2004 13:23:12 +0000
Subject: [PATCH] Reduce title height for default theme

(Old svn revision: 11827)
---
 themes/default/close-active.xpm              |   3 +--
 themes/default/close-inactive.xpm            |   3 +--
 themes/default/close-pressed.xpm             |   3 +--
 themes/default/hide-active.xpm               |   3 +--
 themes/default/hide-inactive.xpm             |   3 +--
 themes/default/hide-pressed.xpm              |   3 +--
 themes/default/maximize-active.xpm           |   3 +--
 themes/default/maximize-inactive.xpm         |   3 +--
 themes/default/maximize-pressed.xpm          |   3 +--
 themes/default/maximize-toggled-active.xpm   |   3 +--
 themes/default/maximize-toggled-inactive.xpm |   3 +--
 themes/default/maximize-toggled-pressed.xpm  |   3 +--
 themes/default/menu-active.xpm               |   3 +--
 themes/default/menu-inactive.xpm             |   3 +--
 themes/default/menu-pressed.xpm              |   3 +--
 themes/default/shade-active.xpm              |   3 +--
 themes/default/shade-inactive.xpm            |   3 +--
 themes/default/shade-pressed.xpm             |   3 +--
 themes/default/shade-toggled-active.xpm      |   3 +--
 themes/default/shade-toggled-inactive.xpm    |   3 +--
 themes/default/shade-toggled-pressed.xpm     |   3 +--
 themes/default/stick-active.xpm              |   3 +--
 themes/default/stick-inactive.xpm            |   3 +--
 themes/default/stick-pressed.xpm             |   3 +--
 themes/default/stick-toggled-active.xpm      |   3 +--
 themes/default/stick-toggled-inactive.xpm    |   3 +--
 themes/default/stick-toggled-pressed.xpm     |   3 +--
 themes/default/title-1-active.xpm            |   3 +--
 themes/default/title-1-inactive.xpm          |   5 ++---
 themes/default/title-2-active.xpm            |   3 +--
 themes/default/title-2-inactive.xpm          |   3 +--
 themes/default/title-3-active.png            | Bin 861 -> 838 bytes
 themes/default/title-3-active.xpm            |   5 ++---
 themes/default/title-3-inactive.png          | Bin 390 -> 386 bytes
 themes/default/title-3-inactive.xpm          |   5 ++---
 themes/default/title-4-active.xpm            |   3 +--
 themes/default/title-4-inactive.xpm          |   3 +--
 themes/default/title-5-active.xpm            |   3 +--
 themes/default/title-5-inactive.xpm          |   3 +--
 themes/default/top-left-active.xpm           |   3 +--
 themes/default/top-left-inactive.xpm         |   3 +--
 themes/default/top-right-active.xpm          |   3 +--
 themes/default/top-right-inactive.xpm        |   3 +--
 43 files changed, 44 insertions(+), 85 deletions(-)

diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm
index 2792a570e..a9fef26b3 100644
--- a/themes/default/close-active.xpm
+++ b/themes/default/close-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * close_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * close_active_xpm[] = {
 "++++$$+++++$$++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm
index 09f257119..9ddf6b6cd 100644
--- a/themes/default/close-inactive.xpm
+++ b/themes/default/close-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * close_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * close_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm
index a98f8ff57..fb8295ab6 100644
--- a/themes/default/close-pressed.xpm
+++ b/themes/default/close-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * close_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * close_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "}:
 
diff --git a/themes/default/hide-active.xpm b/themes/default/hide-active.xpm
index 5583f9ffd..0f45a2fb9 100644
--- a/themes/default/hide-active.xpm
+++ b/themes/default/hide-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * hide_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * hide_active_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/hide-inactive.xpm b/themes/default/hide-inactive.xpm
index 3a15974c5..d944cf21f 100644
--- a/themes/default/hide-inactive.xpm
+++ b/themes/default/hide-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * hide_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * hide_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm
index c774c424c..6d34188ef 100644
--- a/themes/default/hide-pressed.xpm
+++ b/themes/default/hide-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * hide_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * hide_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-active.xpm b/themes/default/maximize-active.xpm
index baff77ccf..3c196a89b 100644
--- a/themes/default/maximize-active.xpm
+++ b/themes/default/maximize-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * maximize_active_xpm[] = {
 "++++$$$$$$$$$++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-inactive.xpm b/themes/default/maximize-inactive.xpm
index d741f67aa..ea9a0e320 100644
--- a/themes/default/maximize-inactive.xpm
+++ b/themes/default/maximize-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * maximize_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm
index 8ca143ed2..25f8e83e0 100644
--- a/themes/default/maximize-pressed.xpm
+++ b/themes/default/maximize-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * maximize_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-toggled-active.xpm b/themes/default/maximize-toggled-active.xpm
index 508b542ce..6fe5f486b 100644
--- a/themes/default/maximize-toggled-active.xpm
+++ b/themes/default/maximize-toggled-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_toggled_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * maximize_toggled_active_xpm[] = {
 "++++++@@@@@@@@+++",
 "++++++$$$$$$$$+++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-toggled-inactive.xpm b/themes/default/maximize-toggled-inactive.xpm
index 56172b05a..dd83f2d94 100644
--- a/themes/default/maximize-toggled-inactive.xpm
+++ b/themes/default/maximize-toggled-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_toggled_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * maximize_toggled_inactive_xpm[] = {
 "++++++$$$$$$$$+++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm
index 45cfa1807..9510cdb83 100644
--- a/themes/default/maximize-toggled-pressed.xpm
+++ b/themes/default/maximize-toggled-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * maximize_toggled_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * maximize_toggled_pressed_xpm[] = {
 ".@@@@@........@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/menu-active.xpm b/themes/default/menu-active.xpm
index e4dd166ec..3ce66025b 100644
--- a/themes/default/menu-active.xpm
+++ b/themes/default/menu-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * menu_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * menu_active_xpm[] = {
 "++++++++$++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/menu-inactive.xpm b/themes/default/menu-inactive.xpm
index 3908a5b56..cf1691f4d 100644
--- a/themes/default/menu-inactive.xpm
+++ b/themes/default/menu-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * menu_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * menu_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm
index e2ffe7721..0288383ea 100644
--- a/themes/default/menu-pressed.xpm
+++ b/themes/default/menu-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * menu_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * menu_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm
index daa44cd3e..c3b19679e 100644
--- a/themes/default/shade-active.xpm
+++ b/themes/default/shade-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * shade_active_xpm[] = {
 "+++###########+++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-inactive.xpm b/themes/default/shade-inactive.xpm
index d86afa43f..dcc24186e 100644
--- a/themes/default/shade-inactive.xpm
+++ b/themes/default/shade-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * shade_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm
index ec2a40498..dfffe626f 100644
--- a/themes/default/shade-pressed.xpm
+++ b/themes/default/shade-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * shade_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-toggled-active.xpm b/themes/default/shade-toggled-active.xpm
index 4c1f3d794..385afc8b2 100644
--- a/themes/default/shade-toggled-active.xpm
+++ b/themes/default/shade-toggled-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_toggled_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * shade_toggled_active_xpm[] = {
 "+++###########+++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-toggled-inactive.xpm b/themes/default/shade-toggled-inactive.xpm
index 99451ecf4..20f9fd4bc 100644
--- a/themes/default/shade-toggled-inactive.xpm
+++ b/themes/default/shade-toggled-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_toggled_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * shade_toggled_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm
index 944ad3054..c76378ee3 100644
--- a/themes/default/shade-toggled-pressed.xpm
+++ b/themes/default/shade-toggled-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * shade_toggled_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * shade_toggled_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm
index 3aac0de27..facf58405 100644
--- a/themes/default/stick-active.xpm
+++ b/themes/default/stick-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * stick_active_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm
index 46224c693..1d12a3831 100644
--- a/themes/default/stick-inactive.xpm
+++ b/themes/default/stick-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * stick_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm
index 97be7e666..9fe49bb41 100644
--- a/themes/default/stick-pressed.xpm
+++ b/themes/default/stick-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * stick_pressed_xpm[] = {
 ".@@@@@@@@@@@@@@@.",
 ".@@@@@@@@@@@@@@@.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm
index 59531a1eb..ea4f38d35 100644
--- a/themes/default/stick-toggled-active.xpm
+++ b/themes/default/stick-toggled-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_toggled_active_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s active_hilight_2",
 "+      c #D5D6D5 s active_color_2",
@@ -27,6 +27,5 @@ static char * stick_toggled_active_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-toggled-inactive.xpm b/themes/default/stick-toggled-inactive.xpm
index 513850093..71ff7bb81 100644
--- a/themes/default/stick-toggled-inactive.xpm
+++ b/themes/default/stick-toggled-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_toggled_inactive_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #FFFFFF s inactive_hilight_2",
 "+      c #D5D6D5 s inactive_color_2",
@@ -27,6 +27,5 @@ static char * stick_toggled_inactive_xpm[] = {
 "+++++++++++++++++",
 "+++++++++++++++++",
 " +++++++++++++++ ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm
index f4ae01bb7..a0c2089fc 100644
--- a/themes/default/stick-toggled-pressed.xpm
+++ b/themes/default/stick-toggled-pressed.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * stick_toggled_pressed_xpm[] = {
-"17 21 6 1",
+"17 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #B4BAB4 s active_mid_2",
@@ -27,6 +27,5 @@ static char * stick_toggled_pressed_xpm[] = {
 ".+++++++++++++++.",
 ".+++++++++++++++.",
 " ............... ",
-"                 ",
 "                 "};
 
diff --git a/themes/default/title-1-active.xpm b/themes/default/title-1-active.xpm
index 9ba9ed048..c4451006f 100644
--- a/themes/default/title-1-active.xpm
+++ b/themes/default/title-1-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_1_active_xpm[] = {
-"2 21 6 1",
+"2 20 6 1",
 " 	c None",
 ".	c #949594 s active_shadow_2",
 "+	c #FFFFFF s active_hilight_2",
@@ -26,5 +26,4 @@ static char * title_1_active_xpm[] = {
 "@@",
 "@@",
 "@@",
-"@@",
 "@@"};
diff --git a/themes/default/title-1-inactive.xpm b/themes/default/title-1-inactive.xpm
index e6294772f..21b3d54ef 100644
--- a/themes/default/title-1-inactive.xpm
+++ b/themes/default/title-1-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_1_inactive_xpm[] = {
-"2 21 6 1",
+"2 20 6 1",
 " 	c None",
 ".	c #949594 s inactive_shadow_2",
 "+	c #FFFFFF s inactive_hilight_2",
@@ -26,5 +26,4 @@ static char * title_1_inactive_xpm[] = {
 "@@",
 "@@",
 "@@",
-"@@",
-"@@};
+"@@"};
diff --git a/themes/default/title-2-active.xpm b/themes/default/title-2-active.xpm
index 0ef87dbdb..a2f0fa9cb 100644
--- a/themes/default/title-2-active.xpm
+++ b/themes/default/title-2-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_2_active_xpm[] = {
-"5 21 10 1",
+"5 20 10 1",
 " 	c None",
 ".	c #000000",
 "+	c #FFFFFF s active_hilight_2",
@@ -30,5 +30,4 @@ static char * title_2_active_xpm[] = {
 "@@@@#",
 "@@@@#",
 "@@@@#",
-"@@@@@",
 "@@@@@"};
diff --git a/themes/default/title-2-inactive.xpm b/themes/default/title-2-inactive.xpm
index 2f5130716..a3ecbf511 100644
--- a/themes/default/title-2-inactive.xpm
+++ b/themes/default/title-2-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_2_inactive_xpm[] = {
-"5 21 10 1",
+"5 20 10 1",
 " 	c None",
 ".	c #000000",
 "+	c #FFFFFF s inactive_hilight_2",
@@ -30,5 +30,4 @@ static char * title_2_inactive_xpm[] = {
 "@@@@#",
 "@@@@#",
 "@@@@#",
-"@@@@@",
 "@@@@@"};
diff --git a/themes/default/title-3-active.png b/themes/default/title-3-active.png
index f65f0fc1ee4d7049025fd9b83d1faab2b96d5e8b..c325a5342464686b0aeb978d10dd1f6525abbfff 100644
GIT binary patch
delta 828
zcmV-C1H=5?2F3=E7k?B81^@s6jfou%00004XF*Lt006O%3;baP00006VoOIv0RI60
z0RN!9r;`8x0_#acK~#9!t(9GC<3<#QpEox7Fl&7{mTg6X?M;)Gh89X8(Cr^7-M_KD
z%Fng@B}cNPkdRXI_QFoP3#Dvf=Vo|#X3iPTFlS_&FFE?auYZ65|I7UU1K!`?F93&O
zBw==KgA73!0j6yl41`B+ng$7iAOfIic1So3LK*1qcDp}Eajd3o+|;!Uj-rURZB*}S
zWD&&?ZP!p&wE;y@?6zsBceMcGIHqk|s(MHN<m6=EGz||`En&x(m+IQiRrP=+M)62Z
z(^6Fx0^(6j+kdrG)dMobmm{~Y`(^rF_qgAd8yTETCUkAfc3aAplVq&N$IhEgDGA2o
zF<sZOElVsp8IRSq9c8%%>?BE~ckh1r5t(E>L6}Xs6~dG87$nNgF<CMJnQ~Kd2%bpb
za$91<B$;3t-QIrp!*n_WV6|Q&U^<&3i`9AsnAt4FhJV#+2|zkaF=oA9VZ$t)A;WUD
zMt662w_xVQ0>F8e3B$aYBZ;dlW53^fy<CbT0~AGp4B64I)=Sw!H`h1c&WpkVvOJS*
zFBXLWuCfdPMX@lLEXxI^m@f<{%QFDai$Y-MS2;SrIR8e5EYE?%$pG@~$n(Nr<*$Bz
z^q;cxJbxE}Zf<VAPt!w9R?8(I(liCb^0j7Zih<Q~0f<?eB4D{#f)1V|>$msse-dW1
zDS^Xnp#vK<olI<7o3aG(G)XY1+-z*bbUFcGvtEOQe*f^{=c=xeL=;An<f^WOa2&<h
zXt%2YIgUahc~|c+W;7ZBrmAbnIErKX!yq^v27duT5FXxc+iDmD4uT=J)pZ?V6f%7C
z21)MPmM{nz219_u`eDFu7$D*P+ppf94lV`)czS*!9>okU2E6j<a>QUT0ORMUC*nBP
zU~u#YW-u5S(DTz1{p+u<&j4OtUH~{dJL6+MKRd(!;s4=30MpO1>~z211JLXB0NC&M
zAT{Wn{LKRVi3jz1J%7aXdOiAio}Ye3-~61$E5Q2FU%+4c{HAuuR0fy;0000<MNUMn
GLSTZmbcA96

delta 837
zcmV-L1G@ai2Hggb7k?E91^@s6M%B)!00006VoOIv00000008+zyMF)x010qNS#tmY
z3ljhU3ljkVnw%H_000McNliru)C3F@EhZLfFWLYA0_sUbK~#9!y_DN(<5n0(*B6@{
z%vcA<vaLukz3F61Lkp!4==4QO=QXBRd0fjUIg%xXgp``E7k_rz87O61O23=UV(k<E
zX8-UXN49?g1o$t;f1Li^-Q5Ck7)BCi*EYxygb`rcroljX<fdtmAP6D=nr4TD!yuG_
z{%*JXZ4}39+Qv;?%it)AXxm2hu0|G79MN_SbyXWs6vb|vhI&^EAdX|&wxz0f^iNJs
z_D$1pU)2(Je1CbVuI*e^_gG>SkJL0RRaGG%9>ug>OI6(?Lwq@M`?6l9-*pfBZMl)b
z$z(#;wrsbhY&l8BdU)u(*_4uCJRZ|^9ow?Rl9TaRUE5KXTfk0|M0)q`$M29y#uJ3u
zlv^P@8IM7t+#C-}CLmL8N)DSR61d!!*f2>ZSVlKDUw?l)oz4JQt=9;c&Zfv>wO#>c
zHcPQ#wORs@&Qgq7uUFVGOJ~TiT&>aV?d=Vid9eU+o@K%?FXl+%D$CgK_g*iT;>Z9+
zQ6NKh^sDt!w$SyP>#ycTVF6j5$+j1ZLI77;hJd127)+Ms0#nQv29)I)fagUau=A@N
zonM^4m46}2bKr0@fIK_$yf9e#i=Q9;r|dk>1)%He>u=KZP?Obi35YaJ!LWR(S(;*C
zwOjyVmZk_;E|#E!=g9i`{rm5Q*=$PS@LK4=22Cdu+t#Km0X$6-3@SGp8!??u0NAY8
zAfaDAeE6ZNYa|hcktDgQD<K?5F*e%mYCw*oP=83?)jNzCjYfc}>RK|6;+Xz02u_DV
zKoEq7zuUGN27!ZMh;4OUM;L_+U%f(-yS60^LWaQ*;4ps}FdPO*xc~Z#*QbMvfdC$#
z9*IXWgNp$#Jh~h)7!1Jp>G6>`jx`t@{ec+_1_t!>_(=cFmv7Dho}ZrqI6FJzV?IAS
z!v=rj|Kwi*lK}%0Gr<D<i3jz1J%7aXdOiAio}YeBBmRuW`>&hw|C`?dztE#}^8yn9
P00000NkvXXu0mjfv!{Ii

diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm
index 525557fdb..471ebfb23 100644
--- a/themes/default/title-3-active.xpm
+++ b/themes/default/title-3-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_3_active_xpm[] = {
-"20 21 10 1",
+"20 20 10 1",
 " 	c None",
 ".	c #000000",
 "+	c #FFFFFF s active_hilight_2",
@@ -30,5 +30,4 @@ static char * title_3_active_xpm[] = {
 "%%%%%%%%%%%%%%%%%%%%",
 "%%%%%%%%%%%%%%%%%%%%",
 "%%%%%%%%%%%%%%%%%%%%",
-"####################",
-"@@@@@@@@@@@@@@@@@@@@"};
+"####################"};
diff --git a/themes/default/title-3-inactive.png b/themes/default/title-3-inactive.png
index 333aca348ef48d9c6dd6ac6057d270e1e56a665c..96feb0374481e1774a508bdc42732fca50b3d6d3 100644
GIT binary patch
delta 321
zcmV-H0lxl*1A+sP7YY;z1^@s6jfou%ks&1sCrLy>RCwC0RFO{>e+CG|=yE6tZ$1sc
z=hcGaJAeg}IL|Ln*&=-*fIu5Id`Es1X$?pO8SeywepJAoZ-i#!8OmRH2g+t0^eg1B
zq4<ggZz^~yOrV)rA-X@lR^p_m`vL_04$Xo^-vgb{ogf7zB2*%@5dM>jC(6$nMnMV5
z(IkL4(UiB^i1SXff8Je_ee5|C5=aJR$j69Q>%$H<Mo@3Ylb{5x@kY7Zfg*x?4)I<-
zC%bjCNo8j-;dDpgyHN~>ED?g1hL4VvwyanZW?@ROOi{uh#-W`O58|A=yO8V3lHp1D
zbZZ$8|BgtMlXZlBQNDKDt@W0xED0z{k50MgZS|Woax*>TADDT(Sh(+b^^g4ngEhyW
TLu;x200000NkvXXu0mjf#>|eb

delta 325
zcmV-L0lNNz1BL^T7YY>!1^@s6M%B)!ks&1sD@jB_RCwC0Rgq5?e}>ygmP{xKZ+;EH
z=hcAYJAeg}IQK7KSt5NPfIu5Id_}$$X$(jN8FK<b-zs4DH$t=V4CODp17))g`W156
zP@H1Hn*yE!6KG~ui0;GJNSyR^AAq3Wp&78`_dqA|PLP5U5h@W{2>+#uC(6$`jDQl7
zqA3C5L{nz95$Ba=f4zH7_O@qFNFW)MA#cN4tq(iM7)HGbPl6J(+8gC=2Z{*p*~EMJ
z?CjRfCY9~Qgwqv;uSPH&yhI3EIeb*4lx4+|FbgvUOB5vxVr<$jaU;&Ys|$HvSv))`
zpKdMf;q3@VIax>87v*cU-AZq%%Hn|H^r)1(-&VajBNx+6BaZ3Ei-h~0S6^(t{ZIJ;
XoT$p3G;o>S00000NkvXXu0mjfY3Ywj

diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm
index 220f86a94..480689449 100644
--- a/themes/default/title-3-inactive.xpm
+++ b/themes/default/title-3-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_3_inactive_xpm[] = {
-"20 21 10 1",
+"20 20 10 1",
 " 	c None",
 ".	c #000000",
 "+	c #FFFFFF s inactive_hilight_2",
@@ -30,5 +30,4 @@ static char * title_3_inactive_xpm[] = {
 "%%%%%%%%%%%%%%%%%%%%",
 "%%%%%%%%%%%%%%%%%%%%",
 "%%%%%%%%%%%%%%%%%%%%",
-"####################",
-"@@@@@@@@@@@@@@@@@@@@"};
+"####################"};
diff --git a/themes/default/title-4-active.xpm b/themes/default/title-4-active.xpm
index 60d6d3a33..2b9eec704 100644
--- a/themes/default/title-4-active.xpm
+++ b/themes/default/title-4-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_4_active_xpm[] = {
-"5 21 10 1",
+"5 20 10 1",
 "       c None",
 ".      c #000000",
 "+      c #FFFFFF s active_hilight_2",
@@ -30,5 +30,4 @@ static char * title_4_active_xpm[] = {
 "$@@@@",
 "$@@@@",
 "$@@@@",
-"@@@@@",
 "@@@@@"};
diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm
index bfceafcb0..a489f138a 100644
--- a/themes/default/title-4-inactive.xpm
+++ b/themes/default/title-4-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_4_inactive_xpm[] = {
-"5 21 10 1",
+"5 20 10 1",
 "       c None",
 ".      c #000000",
 "+      c #FFFFFF s inactive_hilight_2",
@@ -30,5 +30,4 @@ static char * title_4_inactive_xpm[] = {
 "$@@@@",
 "$@@@@",
 "$@@@@",
-"@@@@@",
 "@@@@@"};
diff --git a/themes/default/title-5-active.xpm b/themes/default/title-5-active.xpm
index d5fd9f126..1ec6e7fed 100644
--- a/themes/default/title-5-active.xpm
+++ b/themes/default/title-5-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_5_active_xpm[] = {
-"2 21 6 1",
+"2 20 6 1",
 " 	c None",
 ".	c #949594 s active_shadow_2",
 "+	c #FFFFFF s active_hilight_2",
@@ -26,5 +26,4 @@ static char * title_5_active_xpm[] = {
 "@@",
 "@@",
 "@@",
-"@@",
 "@@"};
diff --git a/themes/default/title-5-inactive.xpm b/themes/default/title-5-inactive.xpm
index e993f82da..e2900510b 100644
--- a/themes/default/title-5-inactive.xpm
+++ b/themes/default/title-5-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * title_5_inactive_xpm[] = {
-"2 21 6 1",
+"2 20 6 1",
 " 	c None",
 ".	c #949594 s inactive_shadow_2",
 "+	c #FFFFFF s inactive_hilight_2",
@@ -26,5 +26,4 @@ static char * title_5_inactive_xpm[] = {
 "@@",
 "@@",
 "@@",
-"@@",
 "@@"};
diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm
index 3c61cabbf..eff86a9d8 100644
--- a/themes/default/top-left-active.xpm
+++ b/themes/default/top-left-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * top_left_active_xpm[] = {
-"7 21 6 1",
+"7 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #FFFFFF s active_hilight_2",
@@ -26,5 +26,4 @@ static char * top_left_active_xpm[] = {
 "$######",
 "$######",
 "$######",
-"$######",
 "$######"};
diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm
index 08ed74c43..8f8a9d9dc 100644
--- a/themes/default/top-left-inactive.xpm
+++ b/themes/default/top-left-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * top_left_inactive_xpm[] = {
-"7 21 6 1",
+"7 20 6 1",
 "       c None",
 ".      c #949594 s inactive_shadow_2",
 "+      c #FFFFFF s inactive_hilight_2",
@@ -26,5 +26,4 @@ static char * top_left_inactive_xpm[] = {
 ".######",
 ".######",
 ".######",
-".######",
 ".######"};
diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm
index 729873191..733acdc6a 100644
--- a/themes/default/top-right-active.xpm
+++ b/themes/default/top-right-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * top_right_active_xpm[] = {
-"7 21 6 1",
+"7 20 6 1",
 "       c None",
 ".      c #949594 s active_shadow_2",
 "+      c #FFFFFF s active_hilight_2",
@@ -26,5 +26,4 @@ static char * top_right_active_xpm[] = {
 "######$",
 "######$",
 "######$",
-"######$",
 "######$"};
diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm
index 462a1e01c..18c0bac7b 100644
--- a/themes/default/top-right-inactive.xpm
+++ b/themes/default/top-right-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * top_right_inactive_xpm[] = {
-"7 21 6 1",
+"7 20 6 1",
 "       c None",
 ".      c #949594 s inactive_shadow_2",
 "+      c #FFFFFF s inactive_hilight_2",
@@ -26,5 +26,4 @@ static char * top_right_inactive_xpm[] = {
 "######.",
 "######.",
 "######.",
-"######.",
 "######."};
-- 
GitLab