Use 16px appicons in xfwm4's decorations (Issue #115)

pull/127/head
Simon Steinbeiss 2014-03-31 20:47:50 +02:00
parent 4bb63a590c
commit 1ab0ffd44d
2 changed files with 2 additions and 18 deletions

View File

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

View File

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