diff options
author | infirit <[email protected]> | 2014-11-21 15:08:54 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:29 +0100 |
commit | 1e65b2e33d57c1d78049766919d068464898c5fd (patch) | |
tree | cfb9e3a2a5d34468f875d8db74b6358325fe7d19 /data/ui/batch-add-files.ui | |
parent | 3416421b585462fde1465bfec42cec7b53914047 (diff) | |
download | engrampa-1e65b2e33d57c1d78049766919d068464898c5fd.tar.bz2 engrampa-1e65b2e33d57c1d78049766919d068464898c5fd.tar.xz |
add a left padding to the "other options"
Based on FR commit: 59f9149c4abb4f4fccbb7f22ae42d16ed45b4692
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'data/ui/batch-add-files.ui')
-rw-r--r-- | data/ui/batch-add-files.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/ui/batch-add-files.ui b/data/ui/batch-add-files.ui index de43148..635297a 100644 --- a/data/ui/batch-add-files.ui +++ b/data/ui/batch-add-files.ui @@ -192,11 +192,14 @@ <object class="GtkExpander" id="a_other_options_expander"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="margin_top">6</property> + <property name="margin_bottom">6</property> <property name="expanded">True</property> <child> <object class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="top_padding">6</property> + <property name="left_padding">12</property> <child> <object class="GtkTable" id="table6"> <property name="visible">True</property> @@ -240,7 +243,6 @@ <property name="draw_indicator">True</property> </object> <packing> - <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> |