diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/batch-add-files.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/batch-add-files.ui b/src/ui/batch-add-files.ui index c6f6980..1a3912b 100644 --- a/src/ui/batch-add-files.ui +++ b/src/ui/batch-add-files.ui @@ -18,8 +18,10 @@ <property name="icon_name">help-browser</property> </object> <object class="GtkAdjustment" id="volume_adjustment"> - <property name="upper">9999999999</property> + <property name="lower">0.10000000000000001</property> + <property name="upper">1000</property> <property name="value">10</property> + <property name="step_increment">0.10000000000000001</property> <property name="page_increment">10</property> </object> <object class="GtkDialog" id="dialog"> |