diff options
Diffstat (limited to 'resources/ui/slice_select.ui')
-rw-r--r-- | resources/ui/slice_select.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/ui/slice_select.ui b/resources/ui/slice_select.ui index 6ea5087..c09adac 100644 --- a/resources/ui/slice_select.ui +++ b/resources/ui/slice_select.ui @@ -4,10 +4,12 @@ <object class="GtkDialog" id="window"> <property name="width_request">550</property> <property name="height_request">450</property> + <property name="default_width">550</property> + <property name="default_height">450</property> <property name="can_focus">False</property> <property name="border_width">5</property> <property name="title" translatable="yes">Slice Options</property> - <property name="resizable">False</property> + <property name="resizable">True</property> <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="destroy_with_parent">True</property> |