summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.ui
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-07 11:59:34 +0200
committerraveit65 <[email protected]>2015-04-07 11:59:34 +0200
commitae0e8557f924b5940e1aaea18fd43cceb0ee7203 (patch)
tree2876cb7c547494ce5a4c7f39487f9cf18f3e927e /src/caja-file-management-properties.ui
parent7b2976250eb354b989348a9be2778992c2e63ad1 (diff)
downloadcaja-ae0e8557f924b5940e1aaea18fd43cceb0ee7203.tar.bz2
caja-ae0e8557f924b5940e1aaea18fd43cceb0ee7203.tar.xz
Ui: set a default window size for file management preferences
This fixes wrong window size in GTK3 version. For GTK2 best size is 600x600, best size for GTK3 is 800x600. But the smallest size works perfect for both GTK+ versions.
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r--src/caja-file-management-properties.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui
index 68c9c94a..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">