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

Reduce the width of the menu button and set horizontal title offset to 0

(Old svn revision: 18587)
parent 7f0141fd
No related branches found
No related tags found
No related merge requests found
/* XPM */
static char * menu_active_xpm[] = {
"22 18 2 1",
"18 18 2 1",
" c None",
"@ c #C0C0FF s active_color_1",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@"};
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"};
/* XPM */
static char * menu_inactive_xpm[] = {
"22 18 2 1",
"18 18 2 1",
" c None",
"@ c #C0C0FF s inactive_color_1",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@"};
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"};
/* XPM */
static char * menu_pressed_xpm[] = {
"22 18 2 1",
"18 18 2 1",
" c None",
"@ c #A0A0FF s active_shadow_1",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@"};
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@"};
button_offset=0
button_spacing=1
title_horizontal_offset=4
title_horizontal_offset=0
title_vertical_offset_active=3
title_vertical_offset_inactive=3
title_shadow_active=true
......
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