summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/gui/rules.ui
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/gui/rules.ui')
-rw-r--r--sigmodr/widgets/gui/rules.ui18
1 files changed, 12 insertions, 6 deletions
diff --git a/sigmodr/widgets/gui/rules.ui b/sigmodr/widgets/gui/rules.ui
index cc85057d..61bea9f9 100644
--- a/sigmodr/widgets/gui/rules.ui
+++ b/sigmodr/widgets/gui/rules.ui
@@ -199,10 +199,10 @@
<string>The maximum amount of effort values allowed</string>
</property>
<property name="minimum">
- <number>0</number>
+ <number>-1</number>
</property>
<property name="specialValueText">
- <string>No effort values</string>
+ <string>No limit</string>
</property>
</widget>
</item>
@@ -239,7 +239,10 @@
<string>The maximum amount of effort values allowed for a single stat</string>
</property>
<property name="minimum">
- <number>1</number>
+ <number>0</number>
+ </property>
+ <property name="specialValueText">
+ <string>No limit</string>
</property>
</widget>
</item>
@@ -270,10 +273,10 @@
<string>How many boxes on the computer will be available</string>
</property>
<property name="minimum">
- <number>0</number>
+ <number>-1</number>
</property>
<property name="specialValueText">
- <string>No boxes</string>
+ <string>No limit</string>
</property>
</widget>
</item>
@@ -310,7 +313,10 @@
<string>How large each box is</string>
</property>
<property name="minimum">
- <number>1</number>
+ <number>0</number>
+ </property>
+ <property name="specialValueText">
+ <string>No limit</string>
</property>
</widget>
</item>