summaryrefslogtreecommitdiff
path: root/src/ui/batch-add-files.ui
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-08-13 14:08:50 -0400
committerlukefromdc <[email protected]>2024-08-13 14:08:50 -0400
commit925d34ae2f98e90470fa8f16cb63487e640f40ea (patch)
tree8b8cecc19ab43805d32531ef0642b090f4c33bd6 /src/ui/batch-add-files.ui
parent78903120e74d82ba9610cf5e9fabc1bab7476dc1 (diff)
downloadengrampa-split-archive-ui.tar.bz2
engrampa-split-archive-ui.tar.xz
Fix spinbox for creating split archives of set filesizesplit-archive-ui
*Based on patch by Yaroslav Kokurin , max per-archive size increased to 10GB
Diffstat (limited to 'src/ui/batch-add-files.ui')
-rw-r--r--src/ui/batch-add-files.ui4
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..0b94d40 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">10000</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">