mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Fix titlebar glitch on small dialogs.
* src/themes/Crux/metacity-theme-1.xml: Fix titlebar glitch on small dialogs.
This commit is contained in:
parent
175565eb71
commit
fcb791d5a0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user