From d6d58541dbd5cbb4de1b6303c9e5bf3f2712f330 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 10 Aug 2015 22:02:21 +0200 Subject: [PATCH] Fix shifting of the appicon/menubutton in the xfwm4 theme --- xfwm4/menu-prelight.xpm | 10 +--------- xfwm4/menu-pressed.xpm | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/xfwm4/menu-prelight.xpm b/xfwm4/menu-prelight.xpm index 958dbb6..4563e7e 100644 --- a/xfwm4/menu-prelight.xpm +++ b/xfwm4/menu-prelight.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * menu_prelight_xpm[] = { -"24 24 2 1", +"24 16 2 1", " c None", ". c #2D2D2D", "........................", @@ -18,12 +18,4 @@ static char * menu_prelight_xpm[] = { "........................", "........................", "........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", "........................"}; diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm index d546a2c..3ea6467 100644 --- a/xfwm4/menu-pressed.xpm +++ b/xfwm4/menu-pressed.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * menu_pressed_xpm[] = { -"24 24 2 1", +"24 16 2 1", " c None", ". c #2D2D2D", "........................", @@ -18,12 +18,4 @@ static char * menu_pressed_xpm[] = { "........................", "........................", "........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", "........................"};