Skip to content

Commit

Permalink
Fallback WM theme - ensure dialogs such as nemo preferences have titl…
Browse files Browse the repository at this point in the history
…ebar buttons
  • Loading branch information
smurphos authored and mtwebster committed Jun 3, 2020
1 parent 8e6ced0 commit 76da6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/theme/metacity-theme-3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,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="normal">
<piece position="entire_background" draw_ops="entire_background_focused" />
<piece position="titlebar" draw_ops="rounded_titlebar_focused" />
<piece position="title" draw_ops="title_focused" />
Expand Down Expand Up @@ -1133,7 +1133,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="normal_unfocused">
<piece position="entire_background" draw_ops="entire_background_unfocused" />
<piece position="titlebar" draw_ops="titlebar_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
Expand Down

0 comments on commit 76da6c4

Please sign in to comment.