last try to get this shit right with that damned GWIN demo

ugfx_release_2.6
Joel Bodenmann 2014-05-11 16:11:52 +02:00
parent 52c1edc5ab
commit 32f1ec9b12
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ static void createWidgets(void) {
// Create the Pages
wi.g.show = FALSE;
wi.g.x = 5; wi.g.y += 5;
wi.g.width = ScrWidth/2 - 5; wi.g.height = ScrHeight-wi.g.y-5;
wi.g.width = ScrWidth/2 - 10; wi.g.height = ScrHeight-wi.g.y-5;
ghPgButtons = gwinContainerCreate(0, &wi, GWIN_CONTAINER_BORDER);
ghPgSliders = gwinContainerCreate(0, &wi, GWIN_CONTAINER_BORDER);
ghPgCheckboxes = gwinContainerCreate(0, &wi, GWIN_CONTAINER_BORDER);