diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/themes/Crux/metacity-theme-1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/themes/Crux/metacity-theme-1.xml b/src/themes/Crux/metacity-theme-1.xml index b2219df..989e994 100644 --- a/src/themes/Crux/metacity-theme-1.xml +++ b/src/themes/Crux/metacity-theme-1.xml @@ -95,7 +95,7 @@ <image filename="inactive-top-center-left.png" x="4" y="0" width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth - 3)" + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" height="height"/> <image filename="inactive-top-center-mid.png" @@ -266,7 +266,7 @@ colorize="gtk:bg[SELECTED]" x="4" y="0" width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` - (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth - 3)" + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" height="height"/> <image filename="active-top-center-mid-left.png" |