diff --git a/uppdev/EditField/main.cpp b/uppdev/EditField/main.cpp index 55fe46b6a..1b0df0aaf 100644 --- a/uppdev/EditField/main.cpp +++ b/uppdev/EditField/main.cpp @@ -1,37 +1,21 @@ -#include "EditField.h" - -void EditFieldApp::Set() -{ - ef1 <<= "Just a test!"; - ef1.SetReadOnly(); -} - -EditFieldApp::EditFieldApp() -{ - CtrlLayoutOKCancel(*this, "Test"); - set <<= THISBACK(Set); - ef1.NullText("(default)"); - ef2.AutoSize(); -} - -GUI_APP_MAIN -{ - EditFieldApp app; - app.Run(); -} - -yyyxxx - - - - - -xxxxxxx - - - - - - - -xxxxxxxx +#include "EditField.h" + +void EditFieldApp::Set() +{ + ef1 <<= "Just a test!"; + ef1.SetReadOnly(); +} + +EditFieldApp::EditFieldApp() +{ + CtrlLayoutOKCancel(*this, "Test"); + set <<= THISBACK(Set); + ef1.NullText("(default)"); + ef2.AutoSize(); +} + +GUI_APP_MAIN +{ + EditFieldApp app; + app.Run(); +}