From f941a0f4c25f8de508a06608f7deb3f23a2a1725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=8D=88=E4=B9=A6=E7=AE=80?= <493956045@qq.com> Date: Fri, 27 Dec 2019 12:28:40 +0800 Subject: [PATCH] update code/example/gCtrlButton/gMyApp.cpp. --- code/example/gCtrlButton/gMyApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/example/gCtrlButton/gMyApp.cpp b/code/example/gCtrlButton/gMyApp.cpp index f9e8639..9ba7b2a 100644 --- a/code/example/gCtrlButton/gMyApp.cpp +++ b/code/example/gCtrlButton/gMyApp.cpp @@ -18,6 +18,7 @@ GMyApp::GMyApp ( int argc, char** argv ) :GUIEvtLoop(argc, argv) { + // setViewSize setViewSize(900, 600); form2 = new GMyForm( NULL, "testForm2" ); form2->setPosition(50, 50 ); -- Gitee