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

Change action of top left button in "b5" theme to "close" instead of "menu" to...

Change action of top left button in "b5" theme to "close" instead of "menu" to keep as close as possible to the original system.


(Old svn revision: 10454)
parent 92ea5409
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ theme_DATA = README \
bottom-left-inactive.xpm \
bottom-right-active.xpm \
bottom-right-inactive.xpm \
close-active.xpm \
close-inactive.xpm \
close-pressed.xpm \
left-active.xpm \
left-inactive.xpm \
menu-active.xpm \
menu-inactive.xpm \
menu-pressed.xpm \
right-active.xpm \
right-inactive.xpm \
themerc \
......
......@@ -87,11 +87,11 @@ theme_DATA = README \
bottom-left-inactive.xpm \
bottom-right-active.xpm \
bottom-right-inactive.xpm \
close-active.xpm \
close-inactive.xpm \
close-pressed.xpm \
left-active.xpm \
left-inactive.xpm \
menu-active.xpm \
menu-inactive.xpm \
menu-pressed.xpm \
right-active.xpm \
right-inactive.xpm \
themerc \
......
/* XPM */
static char * menu_active_xpm[] = {
static char * close_active_xpm[] = {
"14 23 6 1",
" c None",
". c #B78200",
"+ c #FFFF3F",
"@ c #FFEC21",
"# c #FFCB00",
"$ c #EAB500",
" c None",
". c #B78200",
"+ c #FFFF3F",
"@ c #FFEC21",
"# c #FFCB00",
"$ c #EAB500",
" ",
" ",
" ",
......
/* XPM */
static char * menu_inactive_xpm[] = {
static char * close_inactive_xpm[] = {
"14 23 5 1",
" c None",
". c #A0A0A0",
"+ c #FFFFFF",
"@ c #E8E8E8",
"# c #D3D3D3",
" c None",
". c #A0A0A0",
"+ c #FFFFFF",
"@ c #E8E8E8",
"# c #D3D3D3",
" ",
" ",
" ",
......
/* XPM */
static char * menu_pressed_xpm[] = {
static char * close_pressed_xpm[] = {
"14 23 6 1",
" c None",
". c #B78200",
"+ c #FFFF3F",
"@ c #EAB500",
"# c #FFCB00",
"$ c #FFEC21",
" c None",
". c #B78200",
"+ c #FFFF3F",
"@ c #EAB500",
"# c #FFCB00",
"$ c #FFEC21",
" ",
" ",
" ",
......
......@@ -3,6 +3,6 @@ title_vertical_offset=-1
title_alignment=left
button_offset=4
button_spacing=0
button_layout=O|
button_layout=C|
active_text_color=#000000
inactive_text_color=#000000
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