diff options
Diffstat (limited to 'server/xml/macros/test_checkbox.xml')
-rw-r--r-- | server/xml/macros/test_checkbox.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/test_checkbox.xml b/server/xml/macros/test_checkbox.xml index acc2c0c..858aa21 100644 --- a/server/xml/macros/test_checkbox.xml +++ b/server/xml/macros/test_checkbox.xml @@ -7,7 +7,7 @@ </maps> <scripts> </scripts> - <window caption="Test CheckBox" + <widgets caption="Test CheckBox" layout="vbox"> <checkbox name="dims" caption="Er dette en checkbox?" @@ -19,5 +19,5 @@ <button caption="Reset" action="reset"/> <button caption="Gem" action="commit"/> </frame> - </window> + </widgets> </macro> |