diff options
Diffstat (limited to 'data/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> |