fixed bug when Close button in Nemo settings was hidden
This commit is contained in:
parent
54bfa151c4
commit
2831e55991
|
@ -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…
Reference in New Issue