From f901602f132aa275a04cafa11953f8bb0c2ec079 Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 4 Aug 2022 19:52:57 +0800 Subject: [PATCH] fixed --- xfwm4/bottom-active.xpm | 2 +- xfwm4/bottom-inactive.xpm | 2 +- xfwm4/left-active.xpm | 2 +- xfwm4/left-inactive.xpm | 2 +- xfwm4/right-active.xpm | 2 +- xfwm4/right-inactive.xpm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm index e3c2cdc..2d712c1 100644 --- a/xfwm4/bottom-active.xpm +++ b/xfwm4/bottom-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bottom_active_xpm[] = { -"48 0 3 1", +"48 2 3 1", " c None", "# c #C0C0C0 s active_color_2", "@ c #C0C0FF s active_color_2", diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm index be01f49..9b395cd 100644 --- a/xfwm4/bottom-inactive.xpm +++ b/xfwm4/bottom-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"48 0 3 1", +"48 2 3 1", " c None", "# c #C0C0C0 s inactive_color_2", "@ c #C0C0FF s inactive_color_2", diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm index e67afbc..0b8d106 100644 --- a/xfwm4/left-active.xpm +++ b/xfwm4/left-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * left_active_xpm[] = { -"0 48 3 1", +"2 48 3 1", " c None", "# c #C0C0C0 s active_color_2", "@ c #C0C0FF s active_color_2", diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm index 25df9f7..aa93e96 100644 --- a/xfwm4/left-inactive.xpm +++ b/xfwm4/left-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * left_inactive_xpm[] = { -"0 48 3 1", +"2 48 3 1", " c None", "# c #C0C0C0 s inactive_color_2", "@ c #C0C0FF s inactive_color_2", diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm index 9897c2d..d7275df 100644 --- a/xfwm4/right-active.xpm +++ b/xfwm4/right-active.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * right_active_xpm[] = { -"0 48 3 1", +"2 48 3 1", " c None", "# c #C0C0C0 s active_color_2", "@ c #C0C0FF s active_color_2", diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm index a1d9d4e..4a18141 100644 --- a/xfwm4/right-inactive.xpm +++ b/xfwm4/right-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * right_inactive_xpm[] = { -"0 48 3 1", +"2 48 3 1", " c None", "# c #C0C0C0 s inactive_color_2", "@ c #C0C0FF s inactive_color_2",