Skip to content

Commit

Permalink
cinnamon-menu-editor: Fix window type to enable window resizing.
Browse files Browse the repository at this point in the history
Fixes #11786
  • Loading branch information
mtwebster committed Jul 25, 2023
1 parent 2faa38d commit 3e9079a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="title" translatable="yes">Main Menu</property>
<property name="default_width">800</property>
<property name="default_height">500</property>
<property name="type_hint">dialog</property>
<property name="type_hint">normal</property>
<signal name="destroy" handler="on_close_button_clicked" swapped="no"/>
<child type="titlebar">
<placeholder/>
Expand Down

0 comments on commit 3e9079a

Please sign in to comment.