diff options
author | Yaroslav Kokurin <[email protected]> | 2024-04-26 12:52:59 +0300 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-08-16 18:51:48 +0000 |
commit | 83fe0815143ec8844cc256c1094bf2d756aba741 (patch) | |
tree | 38f0f53e2e0489b0a9623a954948a530e84f8a6c /src | |
parent | 78903120e74d82ba9610cf5e9fabc1bab7476dc1 (diff) | |
download | engrampa-83fe0815143ec8844cc256c1094bf2d756aba741.tar.bz2 engrampa-83fe0815143ec8844cc256c1094bf2d756aba741.tar.xz |
Fix volume split button in "Compress" window
Diffstat (limited to 'src')
-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"> |