summaryrefslogtreecommitdiff
path: root/editor/widgets.xml
diff options
context:
space:
mode:
authordeva <deva>2008-07-14 09:32:45 +0000
committerdeva <deva>2008-07-14 09:32:45 +0000
commit48f92d13fa3a42007a068baf1d63f418b22a2b3e (patch)
treed5a2f314b6da4162e5a45afcf5473529152da288 /editor/widgets.xml
parent0ca2a008e3d6f2578246326ba4180cf21d8064ca (diff)
Made the setValue actually set the values in the GUI. Fixed resize problem when labels got text filled into them. Added a simple toXml method to dunp xml from the contructed gui to stdout.
Diffstat (limited to 'editor/widgets.xml')
-rw-r--r--editor/widgets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/widgets.xml b/editor/widgets.xml
index e1ed490..e10003e 100644
--- a/editor/widgets.xml
+++ b/editor/widgets.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<widgets>
<widget name="label" caption="" border="false"/>
- <widget name="checkbox" value="true"/>
+ <widget name="checkbox" value="false" caption=""/>
<widget name="button" caption="ok"/>
<widget name="lineedit" value=""/>
<widget name="textedit" value=""/>