Browse Source

fixed bug when Close button in Nemo settings was hidden

master
Rinaldus 3 years ago
parent
commit
2831e55991
Signed by: Rinaldus
GPG Key ID: 79C679FA25ABFDB9
  1. 2
      metacity-1/metacity-theme-1.xml

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

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
<frame_geometry name="normal_shaded" rounded_bottom_left="true" rounded_bottom_right="true" parent="normal" />
<!-- no buttons -->
<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" />
<frame_geometry name="nobuttons" hide_buttons="false" parent="normal" />
<frame_geometry name="nobuttons_shaded" rounded_bottom_left="true" rounded_bottom_right="true" parent="nobuttons" />
<!-- maximized window -->

Loading…
Cancel
Save