diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm index 2792a570ef811fd0faf9cd30713d0ec4a7902b3b..a9fef26b38af9929eba78b37b0a73b0f5819de38 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 09f2571194d23b57aae3ff807fd305f692bbf1a4..9ddf6b6cd69e6fd9ccec0479b020229a06a61be0 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 a98f8ff57ccf4cc83af70b8a9e0622491b91ac7a..fb8295ab62a7e8feea372e3e365a8af3e5471ec6 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 5583f9ffd078410e96887cca211c4fde507f35ed..0f45a2fb9ce6f29d093abd77b3fb1789aff88a21 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 3a15974c5538b42835a9ec7b89544a6621d82cab..d944cf21f303fe452cb1b61b041a5917fe16c4d7 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 c774c424c3eae334bfe6c6c60655b518d5e9a84b..6d34188efcb2148f52f272eed3cfc97ebc49aa58 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 baff77ccfa453437abf9329e57d09e9411fb2753..3c196a89ba6a67a774c896089c2a27ab14c6cc3c 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 d741f67aa16c20ed60c150aee302092cbfb98575..ea9a0e320c082d17d9d02c039f33a26988c276bf 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 8ca143ed20c9322efc29d0d520b049b5ce36d04b..25f8e83e0af9ef4e1055b388abffd3060a680d50 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 508b542ce305f53058796b982d3c74d9e781207d..6fe5f486b87f7c895aeb47f81ea70b090f4e6a2f 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 56172b05a63916ad52449cf26cc3844b42c78303..dd83f2d945eeed4a52a24026af8217441481b8e2 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 45cfa180743fa70a1f51ea91db57b61c3ba16c50..9510cdb831fcf002edac2823b420f194fbd87d96 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 e4dd166ec76127087da777985955f40a7d34c00f..3ce66025b2dc4714864a197abd09e54571746763 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 3908a5b56f6de392e11b30b4d03f776d99960ba0..cf1691f4d460c935f61679aa715063c7b15344fb 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 e2ffe7721d4fecf09106b9eb584a2f6a5844d579..0288383ea986a149e9d074595fa9abe1b63ba4ed 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 daa44cd3ef04726dbb7e0e107695c312a57af1bf..c3b19679ebec8784201884efc18e65cb89505fd1 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 d86afa43ff5e9510f5569e679264764c0d78d271..dcc24186e2d3228149d6c526e59c3dc74430b405 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 ec2a4049896c218bab77be9e364145b797773693..dfffe626fddba1aa89a4cf73fcc11b8491d5773d 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 4c1f3d79409ff7d44de113f845425d7d9c0158bc..385afc8b2c0f5ae5f824581340ececfbd2aa2b9f 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 99451ecf4f9b985f0dbd1328346e7545a506b2d6..20f9fd4bcc7a8f1a4f98a7ec76607efc0e21b47f 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 944ad30540469bd1b6a447c935257a31b98158e7..c76378ee315d8799d36128009cccf321791804cd 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 3aac0de27c251682a1f8c05959a382a6282144f2..facf58405afb8faf00a838c36db53193d52e1461 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 46224c6932bc6eceb5972e5821444adcbf8bc8d5..1d12a38319d9018a5f62d21a47abbe87de85950c 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 97be7e6669d98b67ea6750593b774fd058fe61a0..9fe49bb4195c66b7052be29df5bf018b3fc2c745 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 59531a1eb8830b81004025b554a83c47b114a329..ea4f38d35a9c9bf6dac5a5aad4dbb18a61f908b9 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 513850093ce552213d4b9b988fafbba4039e1cd3..71ff7bb8164bae75f5dbdcb4c71072296f246312 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 f4ae01bb72e5e22b91fae969818b55d81f84ddaf..a0c2089fc205139bd4afa7648a3095a1cc4138d0 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 9ba9ed048ef77b3c0274c635196a0f0f58350005..c4451006f55345cdf7fe2e5537cfe88b1f25f730 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 e6294772f3038ffdd372e438b07b25d00a3f643a..21b3d54ef7911eedf30b7948053a4a68377872d0 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 0ef87dbdb73d85d5876fd2b7b24406ddced10ce6..a2f0fa9cb951e65e0453168b22661ddd2939ab0e 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 2f5130716542a20484b08233fed40fff333f84e9..a3ecbf5113ded3117638291179bf8d0c9a4bdc08 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 Binary files a/themes/default/title-3-active.png and b/themes/default/title-3-active.png differ diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm index 525557fdb853410c1ffd0d741e890cfa28624a84..471ebfb2344c6dc02be48813e5f8e21b6153eb30 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 Binary files a/themes/default/title-3-inactive.png and b/themes/default/title-3-inactive.png differ diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm index 220f86a94d64bff52de9427eece848aa812a816d..4806894496e290276233db48e4a64c013e151f11 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 60d6d3a334a7e0999e0f5116a5fa8fef77b607fe..2b9eec704d086c047497aa50a7f207e20cfd9217 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 bfceafcb007a235e66ef70854471034600e6df5f..a489f138a4ba751d70276052d526cfa94097999a 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 d5fd9f12689dad0fdffe75f2e7b43bd8384a7c51..1ec6e7feda7d6f6e2c025a8e23f05caa56f1332b 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 e993f82da756b9f412d01b2bb2694b97d0b4deeb..e2900510b03c7371784f7c2a2fe5b3f913db714d 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 3c61cabbf73e68d7d30f6f9b4084f69e06ff90f3..eff86a9d8331a0a9b1d12b0e569ea3e60ca74f90 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 08ed74c43aba6054261858f383a3fa571483b848..8f8a9d9dca9e044f273997a98625d64b3f9a7f9a 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 729873191423ad86770ff287e1d7f04a3e3365a7..733acdc6a98ed3e06667aae2e5e7a57e4c45004b 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 462a1e01c799f7b0566fd2bbad036df2a43cb69f..18c0bac7b79c25e5e2488d9bfa1458450c97e948 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[] = { "######.", "######.", "######.", -"######.", "######."};