diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 01:48:12 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 01:48:12 -0500 |
| commit | df4ecb40783b24590f45ecb549e325e7a7dbfbb2 (patch) | |
| tree | 18416b602e75d13c9cba9bbf332304f5828ea977 | |
| parent | 984c1740ec65a685e1c6b07a1171c9fc3b7bec1e (diff) | |
| download | sigen-df4ecb40783b24590f45ecb549e325e7a7dbfbb2.tar.gz sigen-df4ecb40783b24590f45ecb549e325e7a7dbfbb2.tar.xz sigen-df4ecb40783b24590f45ecb549e325e7a7dbfbb2.zip | |
Fixed limits in widgets
| -rw-r--r-- | sigmodr/gui/itemtype.ui | 2 | ||||
| -rw-r--r-- | sigmodr/gui/rules.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/gui/itemtype.ui b/sigmodr/gui/itemtype.ui index 4fda566a..e62e48a1 100644 --- a/sigmodr/gui/itemtype.ui +++ b/sigmodr/gui/itemtype.ui @@ -95,7 +95,7 @@ <item> <widget class="KIntNumInput" name="varMaxWeight" > <property name="minimum" > - <number>0</number> + <number>-1</number> </property> </widget> </item> diff --git a/sigmodr/gui/rules.ui b/sigmodr/gui/rules.ui index ebdb2476..614d46a2 100644 --- a/sigmodr/gui/rules.ui +++ b/sigmodr/gui/rules.ui @@ -351,7 +351,7 @@ <string>Maximum amount of weight that can be carried by the player</string> </property> <property name="minimum" > - <number>0</number> + <number>-1</number> </property> </widget> </item> |
