Add lower bound to scale

This commit is contained in:
Jason Francis 2019-08-18 11:30:58 -04:00
parent ff536e196d
commit d355f7be25
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="scale_adjustment">
<property name="lower">0.01</property>
<property name="upper">99999</property>
<property name="step_increment">0.1</property>
<property name="page_increment">0.5</property>