diff options
author | raveit65 <[email protected]> | 2016-05-31 15:32:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-31 15:34:00 +0200 |
commit | 3c9dd8f117f7cbca1a602ba94970d6818f44db91 (patch) | |
tree | 737f9693486d8e759ea40c25b0e9b0fc3799a30b | |
parent | 09819658de2bb78dd2cfdc7ff44bef4658b0d995 (diff) | |
download | mate-themes-3c9dd8f117f7cbca1a602ba94970d6818f44db91.tar.bz2 mate-themes-3c9dd8f117f7cbca1a602ba94970d6818f44db91.tar.xz |
Metacity Menta themes: fix frame style geometry for dialog windows with metacity-theme-2
-rwxr-xr-x | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 2 | ||||
-rwxr-xr-x | desktop-themes/Menta/metacity-1/metacity-theme-2.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml index ee781e40..44b0a54b 100755 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlueMenta/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_unfocused"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> 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" /> |