From 91bf299f16048984d2f10fa0cd0ff9aa21008358 Mon Sep 17 00:00:00 2001 From: "James M. Cape" Date: Mon, 27 May 2002 11:08:22 +0000 Subject: Remove borders from Esco theme as well (didn't know you could), apparently 2002-05-26 James M. Cape * src/themes/Esco/metacity-theme-1.xml: Remove borders from Esco theme as well (didn't know you could), apparently fixed the problem where the spacing between the icon & the title got larger as the fontsize went up. --- src/themes/Esco/metacity-theme-1.xml | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'src/themes') diff --git a/src/themes/Esco/metacity-theme-1.xml b/src/themes/Esco/metacity-theme-1.xml index f021faf4..0ae9a5a9 100644 --- a/src/themes/Esco/metacity-theme-1.xml +++ b/src/themes/Esco/metacity-theme-1.xml @@ -24,11 +24,13 @@ - - - - - + + + + + + + @@ -49,9 +51,7 @@ - - - + @@ -321,25 +321,25 @@ width="width - 4" height="height - 4"/> + x1="width - title_width - (IconTitleSpacing * 1.5) + height + (IconTitleSpacing * 2) + (height / 3)" + y1="0 - height" + x2="width - title_width - (IconTitleSpacing * 1.5) - height + (height / 8)" + y2="height + height"/> <icon - x="width - title_width - mini_icon_width - 8" - y="(height-mini_icon_height) / 2" + x="width - title_width - mini_icon_width - (IconTitleSpacing * 1.5)" + y="(height - mini_icon_height) / 2" width="mini_icon_width" height="mini_icon_height"/> </draw_ops> @@ -354,11 +354,11 @@ <draw_ops name="title_text_with_icon"> <clip x="2" y="2" width="width - 4" height="height - 4"/> <title color="gtk:fg[INSENSITIVE]" - x="width - title_width - IconTitleSpacing - 3" + x="width - title_width - IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> <icon alpha="0.25" - x="width - title_width - mini_icon_width - 8" - y="(height-mini_icon_height) / 2" + x="width - title_width - mini_icon_width - (IconTitleSpacing * 1.5)" + y="(height - mini_icon_height) / 2" width="mini_icon_width" height="mini_icon_height"/> </draw_ops> @@ -366,7 +366,7 @@ <draw_ops name="title_text_no_icon"> <clip x="2" y="2" width="width - 4" height="height - 4"/> <title color="gtk:fg[INSENSITIVE]" - x="width - title_width - IconTitleSpacing - 3" + x="width - title_width - IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> </draw_ops> -- cgit v1.2.1