Skip to content

Commit deed3fb

Browse files
committed
[Gtk-3.20] Metacity: Use normal geometry-style for nautilus dialogs. Fixes #480
1 parent 30ae59b commit deed3fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/metacity-1/metacity-theme-2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
991991
</frame_style>
992992

993-
<frame_style name="dialog_focused" geometry="nobuttons">
993+
<frame_style name="dialog_focused" geometry="normal">
994994
<piece position="entire_background" draw_ops="entire_background_focused" />
995995
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
996996
<piece position="title" draw_ops="title_focused" />
@@ -1024,7 +1024,7 @@
10241024
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
10251025
</frame_style>
10261026

1027-
<frame_style name="dialog_unfocused" geometry="nobuttons">
1027+
<frame_style name="dialog_unfocused" geometry="normal">
10281028
<piece position="entire_background" draw_ops="entire_background_unfocused" />
10291029
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
10301030
<piece position="title" draw_ops="title_unfocused" />

src/metacity-1/metacity-theme-3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
10031003
</frame_style>
10041004

1005-
<frame_style name="dialog_focused" geometry="nobuttons">
1005+
<frame_style name="dialog_focused" geometry="normal">
10061006
<piece position="entire_background" draw_ops="entire_background_focused" />
10071007
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
10081008
<piece position="title" draw_ops="title_focused" />
@@ -1036,7 +1036,7 @@
10361036
<button function="unstick" state="pressed"><draw_ops></draw_ops></button>
10371037
</frame_style>
10381038

1039-
<frame_style name="dialog_unfocused" geometry="nobuttons">
1039+
<frame_style name="dialog_unfocused" geometry="normal">
10401040
<piece position="entire_background" draw_ops="entire_background_unfocused" />
10411041
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
10421042
<piece position="title" draw_ops="title_unfocused" />

0 commit comments

Comments
 (0)