1
0
Fork 0

Fix titlebar glitch on small dialogs.

* src/themes/Crux/metacity-theme-1.xml: Fix titlebar
glitch on small dialogs.
This commit is contained in:
Frédéric Crozat 2002-09-06 19:34:57 +00:00
parent 175565eb71
commit fcb791d5a0
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-09-06 Frederic Crozat <fred@crozat.net>
* src/themes/Crux/metacity-theme-1.xml: Fix titlebar
glitch on small dialogs.
2002-09-06 Arvind Samptur <arvind.samptur@wipro.com>
* theme-format.txt : corrected some of the attributes
which were not in sync with theme-parser.c

View file

@ -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"