diff options
author | infirit <[email protected]> | 2014-11-21 17:09:07 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:30 +0100 |
commit | 770df1b16c7285cdcb1ba661f6a49ad022d4ac87 (patch) | |
tree | 4ee89e711c2efa4826a5a5e1463fadb36383b942 /data | |
parent | eb8b829672481688b7b5356d74f5ecbff3e29c3c (diff) | |
download | engrampa-770df1b16c7285cdcb1ba661f6a49ad022d4ac87.tar.bz2 engrampa-770df1b16c7285cdcb1ba661f6a49ad022d4ac87.tar.xz |
make the Compress dialog larger
Based on FR commit: d2b320525916ef554a9f78d99e1687c1ccdadf9e
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/batch-add-files.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/ui/batch-add-files.ui b/data/ui/batch-add-files.ui index 635297a..3e6b2a7 100644 --- a/data/ui/batch-add-files.ui +++ b/data/ui/batch-add-files.ui @@ -89,6 +89,7 @@ </object> <packing> <property name="expand">False</property> + <property name="fill">False</property> <property name="position">0</property> </packing> </child> @@ -159,6 +160,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> + <property name="width_chars">35</property> </object> <packing> <property name="position">0</property> @@ -186,6 +188,8 @@ </object> <packing> <property name="position">0</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> <child> @@ -320,6 +324,8 @@ </object> <packing> <property name="position">1</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> </object> @@ -329,7 +335,7 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> |