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