Skip to content

Commit 3e9079a

Browse files
committed
cinnamon-menu-editor: Fix window type to enable window resizing.
Fixes #11786
1 parent 2faa38d commit 3e9079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/cinnamon-menu-editor/cinnamon-menu-editor.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="title" translatable="yes">Main Menu</property>
99
<property name="default_width">800</property>
1010
<property name="default_height">500</property>
11-
<property name="type_hint">dialog</property>
11+
<property name="type_hint">normal</property>
1212
<signal name="destroy" handler="on_close_button_clicked" swapped="no"/>
1313
<child type="titlebar">
1414
<placeholder/>

0 commit comments

Comments
 (0)