Usermode/ATE - Smaller default window
authorJohn Hodge <[email protected]>
Mon, 18 Feb 2013 13:00:58 +0000 (21:00 +0800)
committerJohn Hodge <[email protected]>
Mon, 18 Feb 2013 13:00:58 +0000 (21:00 +0800)
Usermode/Applications/gui_ate_src/main.c

index ae8593e..3a929c2 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char *argv[])
        AxWin3_Connect(NULL);
        
        // --- Build up window
-       gMainWindow = AxWin3_Widget_CreateWindow(NULL, 700, 400, ELEFLAG_VERTICAL);
+       gMainWindow = AxWin3_Widget_CreateWindow(NULL, 500, 400, ELEFLAG_VERTICAL);
        AxWin3_SetWindowTitle(gMainWindow, "Acess Text Editor");        // TODO: Update title with other info
        gMainWindow_Root = AxWin3_Widget_GetRoot(gMainWindow);
 

UCC git Repository :: git.ucc.asn.au