diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-09-06 20:17:23 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-09-06 20:17:23 -0400 |
| commit | b1bb8ce81af0aac7bfc020bdfba3d27a07d18f88 (patch) | |
| tree | 5bd7191bb92de70f048e53eb3fbd624d9bb756bb /sigmodr/widgets/gui | |
| parent | ca871653b88afa1e6eb44fb94906290e4ede4637 (diff) | |
| download | sigen-b1bb8ce81af0aac7bfc020bdfba3d27a07d18f88.tar.gz sigen-b1bb8ce81af0aac7bfc020bdfba3d27a07d18f88.tar.xz sigen-b1bb8ce81af0aac7bfc020bdfba3d27a07d18f88.zip | |
Add unlimited values to natures, abilities, money, and held item counts
Diffstat (limited to 'sigmodr/widgets/gui')
| -rw-r--r-- | sigmodr/widgets/gui/rules.ui | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sigmodr/widgets/gui/rules.ui b/sigmodr/widgets/gui/rules.ui index 61bea9f9..47e27a77 100644 --- a/sigmodr/widgets/gui/rules.ui +++ b/sigmodr/widgets/gui/rules.ui @@ -524,10 +524,10 @@ <string>How many items can be held at once</string> </property> <property name="minimum"> - <number>0</number> + <number>-1</number> </property> <property name="specialValueText"> - <string>No held items</string> + <string>No limit</string> </property> </widget> </item> @@ -556,10 +556,10 @@ <string>The maximum amount of natures allowed at once</string> </property> <property name="minimum"> - <number>0</number> + <number>-1</number> </property> <property name="specialValueText"> - <string>No natures</string> + <string>No limit</string> </property> </widget> </item> @@ -588,10 +588,10 @@ <string>The maximum amount of abilities allowed at once</string> </property> <property name="minimum"> - <number>0</number> + <number>-1</number> </property> <property name="specialValueText"> - <string>No abilities</string> + <string>No limit</string> </property> </widget> </item> @@ -652,7 +652,10 @@ <string>Maximum amount of money allowed</string> </property> <property name="minimum"> - <number>0</number> + <number>-1</number> + </property> + <property name="specialValueText"> + <string>No limit</string> </property> </widget> </item> |
