summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-31 15:32:52 +0200
committerraveit65 <[email protected]>2016-05-31 15:33:29 +0200
commit9a3904672d33672e9426c4e54825fe563c1cf6ed (patch)
treeaaef1c1097dd11b26c6916040fb7faeeffdfbc1e /desktop-themes/Menta
parent2664681911e14a39b48dd9eff566edde33a2bc96 (diff)
downloadmate-themes-9a3904672d33672e9426c4e54825fe563c1cf6ed.tar.bz2
mate-themes-9a3904672d33672e9426c4e54825fe563c1cf6ed.tar.xz
Metacity Menta themes: fix frame style geometry for dialog windows with metacity-theme-2
Diffstat (limited to 'desktop-themes/Menta')
-rwxr-xr-xdesktop-themes/Menta/metacity-1/metacity-theme-2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
index 5c572c23..511f26b0 100755
--- a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
+++ b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml
@@ -635,7 +635,7 @@
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
</frame_style>
-<frame_style name="dialog_focused" geometry="nobuttons">
+<frame_style name="dialog_focused" geometry="small">
<piece position="entire_background" draw_ops="entire_background_focused" />
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
<piece position="title" draw_ops="title_focused" />
@@ -667,7 +667,7 @@
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
</frame_style>
-<frame_style name="dialog_unfocused" geometry="nobuttons">
+<frame_style name="dialog_unfocused" geometry="small_unfocused">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
<piece position="titlebar" draw_ops="titlebar_unfocused" />
<piece position="title" draw_ops="title_unfocused" />