diff options
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"/> |