diff --git a/ChangeLog b/ChangeLog index 0a374590c..475623241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2002-05-26 Havoc Pennington * src/themes/Atlanta/metacity-theme-1.xml: totally drop the diff --git a/src/themes/Esco/metacity-theme-1.xml b/src/themes/Esco/metacity-theme-1.xml index f021faf42..0ae9a5a9b 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>