From 1f17f95ca84995679f63366ef63975b3900a0d1c Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Mon, 16 Sep 2002 08:11:26 +0000 Subject: [PATCH] Enlarge bottom handles. (Old svn revision: 10572) --- themes/bbs/bottom-left-active.xpm | 18 +++++++++--------- themes/bbs/bottom-left-inactive.xpm | 18 +++++++++--------- themes/bbs/bottom-right-active.xpm | 18 +++++++++--------- themes/bbs/bottom-right-inactive.xpm | 18 +++++++++--------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/themes/bbs/bottom-left-active.xpm b/themes/bbs/bottom-left-active.xpm index 010266766..6025c26fb 100644 --- a/themes/bbs/bottom-left-active.xpm +++ b/themes/bbs/bottom-left-active.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * bottom_left_active_xpm[] = { -"20 8 6 1", +"30 8 6 1", " c None", ". c #000000", "+ c #FFFFFF s active_hilight_2", "@ c #D6D6CC s active_color_2", "# c #9B9B8A s active_shadow_2", "& c #9B9B8A s active_mid_2", -".+@#################", -".+++++++++++++++++@.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".@#################.", -" ..................."}; +".+@###########################", +".+++++++++++++++++++++++++++@.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".@###########################.", +" ............................."}; diff --git a/themes/bbs/bottom-left-inactive.xpm b/themes/bbs/bottom-left-inactive.xpm index ae7686e38..f7fcb0661 100644 --- a/themes/bbs/bottom-left-inactive.xpm +++ b/themes/bbs/bottom-left-inactive.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * bottom_left_inactive_xpm[] = { -"20 8 6 1", +"30 8 6 1", " c None", ". c #000000", "+ c #FFFFFF s inactive_hilight_2", "@ c #D6D6CC s inactive_color_2", "# c #9B9B8A s inactive_shadow_2", "& c #9B9B8A s inactive_mid_2", -".+@#################", -".+++++++++++++++++@.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".+&&&&&&&&&&&&&&&&#.", -".@#################.", -" ..................."}; +".+@###########################", +".+++++++++++++++++++++++++++@.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.", +".@###########################.", +" ............................."}; diff --git a/themes/bbs/bottom-right-active.xpm b/themes/bbs/bottom-right-active.xpm index d87bed0bc..d11f2ba7a 100644 --- a/themes/bbs/bottom-right-active.xpm +++ b/themes/bbs/bottom-right-active.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * bottom_right_active_xpm[] = { -"20 8 6 1", +"30 8 6 1", " c None", ". c #9B9B8A s active_shadow_2", "+ c #D6D6CC s active_color_2", "@ c #000000", "# c #9B9B8A s active_hilight_2", "& c #9B9B8A s active_mid_2", -".................+.@", -"@################+.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@+.................@", -"@@@@@@@@@@@@@@@@@@@ "}; +"...........................+.@", +"@##########################+.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@+...........................@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "}; diff --git a/themes/bbs/bottom-right-inactive.xpm b/themes/bbs/bottom-right-inactive.xpm index a0edb23b5..51d778f6b 100644 --- a/themes/bbs/bottom-right-inactive.xpm +++ b/themes/bbs/bottom-right-inactive.xpm @@ -1,17 +1,17 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { -"20 8 6 1", +"30 8 6 1", " c None", ". c #9B9B8A s inactive_shadow_2", "+ c #D6D6CC s inactive_color_2", "@ c #000000", "# c #9B9B8A s inactive_hilight_2", "& c #9B9B8A s inactive_mid_2", -".................+.@", -"@################+.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@#&&&&&&&&&&&&&&&&.@", -"@+.................@", -"@@@@@@@@@@@@@@@@@@@ "}; +"...........................+.@", +"@##########################+.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@", +"@+...........................@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "}; -- GitLab