Skip to content
Snippets Groups Projects
Commit 1f17f95c authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Enlarge bottom handles.

(Old svn revision: 10572)
parent 9d6fec40
No related branches found
No related tags found
No related merge requests found
/* 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",
".+@#################",
".+++++++++++++++++@.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".@#################.",
" ..................."};
".+@###########################",
".+++++++++++++++++++++++++++@.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".@###########################.",
" ............................."};
/* 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",
".+@#################",
".+++++++++++++++++@.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&#.",
".@#################.",
" ..................."};
".+@###########################",
".+++++++++++++++++++++++++++@.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".+&&&&&&&&&&&&&&&&&&&&&&&&&&#.",
".@###########################.",
" ............................."};
/* 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",
".................+.@",
"@################+.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@+.................@",
"@@@@@@@@@@@@@@@@@@@ "};
"...........................+.@",
"@##########################+.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@+...........................@",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "};
/* 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",
".................+.@",
"@################+.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&.@",
"@+.................@",
"@@@@@@@@@@@@@@@@@@@ "};
"...........................+.@",
"@##########################+.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@#&&&&&&&&&&&&&&&&&&&&&&&&&&.@",
"@+...........................@",
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ "};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment