diff options
Diffstat (limited to 'server/xml/macros/test_lineedit.xml')
-rw-r--r-- | server/xml/macros/test_lineedit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/test_lineedit.xml b/server/xml/macros/test_lineedit.xml index 92f33e3..783ad57 100644 --- a/server/xml/macros/test_lineedit.xml +++ b/server/xml/macros/test_lineedit.xml @@ -15,7 +15,7 @@ return false </script> </scripts> - <window caption="Test LineEdit" + <widgets caption="Test LineEdit" layout="vbox"> <lineedit name="dims" value="tester" script="A" map="test.data" regexp="[0-9]"/> @@ -25,5 +25,5 @@ <button caption="Reset" action="reset"/> <button caption="Gem" action="commit"/> </frame> - </window> + </widgets> </macro> |