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

This commit is contained in:
Simon Steinbeiss
2014-03-31 20:50:18 +02:00
parent 4bb63a590c
commit 1ab0ffd44d
2 changed files with 2 additions and 18 deletions
+1 -9
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[] = {
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};