diff options
author | deva <deva> | 2007-09-27 12:02:28 +0000 |
---|---|---|
committer | deva <deva> | 2007-09-27 12:02:28 +0000 |
commit | 1890cff193f6e5c10c7581b0767bbb5ac91f8cc7 (patch) | |
tree | 6112f01b1963294a47c5a1d20bc1020dde3a0f31 /server | |
parent | 8a03999480430e00646b8d185cff2e5ad32dfdb5 (diff) |
Layout was missing on radiobuttons in doc, and removed from list and combo in examples.
Diffstat (limited to 'server')
-rw-r--r-- | server/xml/example.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/xml/example.xml b/server/xml/example.xml index a8093cf..ebef918 100644 --- a/server/xml/example.xml +++ b/server/xml/example.xml @@ -15,18 +15,18 @@ </frame> <frame name="swelling_frame" layout="hbox"> <label name="swelling" caption="Der findes central hævelse med:"/> - <frame name="swelling_radios" layout="vbox"> + <frame name="swelling_radios" layout="hbox"> <radiobuttons name="radio" value="exsudater" layout="vbox"> <item caption="Radio Randblødning" value="rand"/> <item caption="Radio Exsudater" value="exsudater"/> <item caption="Radio Blahblah" value="blabla"/> </radiobuttons> - <combobox name="combo" value="exsudater" layout="vbox"> + <combobox name="combo" value="exsudater"> <item caption="Combo Randblødning" value="rand"/> <item caption="Combo Exsudater" value="exsudater"/> <item caption="Combo Blahblah" value="blabla"/> </combobox> - <listbox name="list" value="exsudater" layout="vbox"> + <listbox name="list" value="exsudater"> <item caption="List Randblødning" value="rand"/> <item caption="List Exsudater" value="exsudater"/> <item caption="List Blahblah" value="blabla"/> |