mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
removed hide_buttons. Closes #360498.
* src/themes/Crux/metacity-theme-2.xml: removed hide_buttons. Closes #360498.
This commit is contained in:
parent
536bb240ef
commit
9da34955f7
@ -1,3 +1,8 @@
|
|||||||
|
2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
|
* src/themes/Crux/metacity-theme-2.xml: removed hide_buttons.
|
||||||
|
Closes #360498.
|
||||||
|
|
||||||
2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
|
2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
* MAINTAINERS: added myself.
|
* MAINTAINERS: added myself.
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece -->
|
<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece -->
|
||||||
<constant name="ButtonWidth" value="16"/> <!-- Button width -->
|
<constant name="ButtonWidth" value="16"/> <!-- Button width -->
|
||||||
|
|
||||||
<frame_geometry name="normal" hide_buttons="true">
|
<frame_geometry name="normal">
|
||||||
<distance name="left_width" value="5"/>
|
<distance name="left_width" value="5"/>
|
||||||
<distance name="right_width" value="6"/>
|
<distance name="right_width" value="6"/>
|
||||||
<distance name="bottom_height" value="6"/>
|
<distance name="bottom_height" value="6"/>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<border name="button_border" left="0" right="0" top="3" bottom="3"/>
|
<border name="button_border" left="0" right="0" top="3" bottom="3"/>
|
||||||
</frame_geometry>
|
</frame_geometry>
|
||||||
|
|
||||||
<frame_geometry name="border" has_title="false" hide_buttons="true">
|
<frame_geometry name="border" has_title="false">
|
||||||
<distance name="left_width" value="5"/>
|
<distance name="left_width" value="5"/>
|
||||||
<distance name="right_width" value="6"/>
|
<distance name="right_width" value="6"/>
|
||||||
<distance name="bottom_height" value="6"/>
|
<distance name="bottom_height" value="6"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user