diff options
author | raveit65 <[email protected]> | 2016-05-31 15:32:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-31 15:33:45 +0200 |
commit | 5f2f5bb1399626c9764f21a22f8f15130c852d28 (patch) | |
tree | a2bc1e736ab79c42cba13f93fc335151090efbc3 /desktop-themes/BlueMenta | |
parent | a04073c407e55acec7a93f30991cac78272389da (diff) | |
download | mate-themes-5f2f5bb1399626c9764f21a22f8f15130c852d28.tar.bz2 mate-themes-5f2f5bb1399626c9764f21a22f8f15130c852d28.tar.xz |
Metacity Menta themes: fix frame style geometry for dialog windows with metacity-theme-2
Diffstat (limited to 'desktop-themes/BlueMenta')
-rwxr-xr-x | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 2 |
1 files changed, 1 insertions, 1 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" /> |