diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 17:07:14 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 17:07:14 -0500 |
| commit | 848deecc6dc4200e218628d4ed101eef3c62fc81 (patch) | |
| tree | 7b19658de872ebaf47e19e00ea2cbe2cfc2ccef8 | |
| parent | 7f2806f944905d5c6dc1c02575aa93a1a39743a3 (diff) | |
| download | sigen-848deecc6dc4200e218628d4ed101eef3c62fc81.tar.gz sigen-848deecc6dc4200e218628d4ed101eef3c62fc81.tar.xz sigen-848deecc6dc4200e218628d4ed101eef3c62fc81.zip | |
Removed defaults from ui files
| -rw-r--r-- | sigmodr/gui/map.ui | 3 | ||||
| -rw-r--r-- | sigmodr/gui/mapeffect.ui | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sigmodr/gui/map.ui b/sigmodr/gui/map.ui index 98c7ada6..db5eb256 100644 --- a/sigmodr/gui/map.ui +++ b/sigmodr/gui/map.ui @@ -44,9 +44,6 @@ <property name="checkable" > <bool>true</bool> </property> - <property name="checked" > - <bool>false</bool> - </property> <layout class="QHBoxLayout" > <item> <widget class="KComboBox" name="varFlyWarp" /> diff --git a/sigmodr/gui/mapeffect.ui b/sigmodr/gui/mapeffect.ui index a5952b54..ca661935 100644 --- a/sigmodr/gui/mapeffect.ui +++ b/sigmodr/gui/mapeffect.ui @@ -65,9 +65,6 @@ <property name="checkable" > <bool>true</bool> </property> - <property name="checked" > - <bool>false</bool> - </property> <layout class="QHBoxLayout" /> </widget> </item> |
