Fix shifting of the appicon/menubutton in the xfwm4 theme

pull/249/head
Simon Steinbeiss 2015-08-10 22:02:21 +02:00
parent 61c81012cf
commit d6d58541db
2 changed files with 2 additions and 18 deletions

View File

@ -1,6 +1,6 @@
/* XPM */ /* XPM */
static char * menu_prelight_xpm[] = { static char * menu_prelight_xpm[] = {
"24 24 2 1", "24 16 2 1",
" c None", " c None",
". c #2D2D2D", ". c #2D2D2D",
"........................", "........................",
@ -18,12 +18,4 @@ static char * menu_prelight_xpm[] = {
"........................", "........................",
"........................", "........................",
"........................", "........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"}; "........................"};

View File

@ -1,6 +1,6 @@
/* XPM */ /* XPM */
static char * menu_pressed_xpm[] = { static char * menu_pressed_xpm[] = {
"24 24 2 1", "24 16 2 1",
" c None", " c None",
". c #2D2D2D", ". c #2D2D2D",
"........................", "........................",
@ -18,12 +18,4 @@ static char * menu_pressed_xpm[] = {
"........................", "........................",
"........................", "........................",
"........................", "........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"}; "........................"};