diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-07-19 13:51:16 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-07-19 13:51:16 -0400 |
| commit | 07b25cddf6deda93086a9d02d82c7a5a06e0e17b (patch) | |
| tree | aff1005c5a2807208505f144f5c428c09bef6011 | |
| parent | dffac4ac7cb7f62619bf1d0b356b17f5791fa765 (diff) | |
| download | sigen-07b25cddf6deda93086a9d02d82c7a5a06e0e17b.tar.gz sigen-07b25cddf6deda93086a9d02d82c7a5a06e0e17b.tar.xz sigen-07b25cddf6deda93086a9d02d82c7a5a06e0e17b.zip | |
Fix mimimums in ui files
| -rw-r--r-- | sigmodr/widgets/gui/coinlistitem.ui | 2 | ||||
| -rw-r--r-- | sigmodr/widgets/gui/item.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/widgets/gui/coinlistitem.ui b/sigmodr/widgets/gui/coinlistitem.ui index 3b267c8a..af95eecb 100644 --- a/sigmodr/widgets/gui/coinlistitem.ui +++ b/sigmodr/widgets/gui/coinlistitem.ui @@ -102,7 +102,7 @@ <string>How much the object[s] cost</string> </property> <property name="minimum"> - <number>0</number> + <number>1</number> </property> </widget> </item> diff --git a/sigmodr/widgets/gui/item.ui b/sigmodr/widgets/gui/item.ui index 76459d0f..26ec20cd 100644 --- a/sigmodr/widgets/gui/item.ui +++ b/sigmodr/widgets/gui/item.ui @@ -83,7 +83,7 @@ <string>Price of the item at a store</string> </property> <property name="minimum"> - <number>0</number> + <number>1</number> </property> </widget> </item> |
