preferences: Stats interval can't be less than 1

This commit is contained in:
Cole Robinson 2013-09-01 18:55:31 -04:00
parent 1bd6026515
commit 4c2f7377af
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
<property name="upper">60</property>
<property name="step_increment">1</property>
<property name="page_increment">5</property>