diff options
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r-- | src/caja-file-management-properties.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index cca1a364..05f94460 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -271,6 +271,8 @@ <property name="border_width">5</property> <property name="title" translatable="yes">File Management Preferences</property> <property name="window_position">center</property> + <property name="default_width">600</property> + <property name="default_height">600</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> @@ -1522,14 +1524,14 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> |