mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
totally drop the borders off of maximized windows.
2002-05-26 Havoc Pennington <hp@pobox.com> * src/themes/Atlanta/metacity-theme-1.xml: totally drop the borders off of maximized windows.
This commit is contained in:
parent
a40a9eccf4
commit
0cbf47ca30
@ -1,3 +1,8 @@
|
||||
2002-05-26 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/themes/Atlanta/metacity-theme-1.xml: totally drop the
|
||||
borders off of maximized windows.
|
||||
|
||||
2002-05-26 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
Patch from Gaute Lindkvist so you can't move the panel or desktop
|
||||
|
@ -23,11 +23,11 @@
|
||||
|
||||
<!-- strip borders off the normal geometry -->
|
||||
<frame_geometry name="normal_small_borders" parent="normal">
|
||||
<distance name="left_width" value="4"/>
|
||||
<distance name="right_width" value="4"/>
|
||||
<distance name="bottom_height" value="5"/>
|
||||
<distance name="left_titlebar_edge" value="4"/>
|
||||
<distance name="right_titlebar_edge" value="4"/>
|
||||
<distance name="left_width" value="0"/>
|
||||
<distance name="right_width" value="0"/>
|
||||
<distance name="bottom_height" value="0"/>
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
</frame_geometry>
|
||||
|
||||
<frame_geometry name="utility" title_scale="xx-small">
|
||||
|
Loading…
Reference in New Issue
Block a user