diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-05-11 16:11:52 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-05-11 16:11:52 +0200 |
commit | 32f1ec9b1280522545638afece5de1f2f28eca6c (patch) | |
tree | 13508e7871f61f59b9d5ae55d15b9d7e9d5907f2 /demos/modules | |
parent | 52c1edc5ab582eae619066a6552b4ae0ecb4bd6f (diff) | |
download | uGFX-32f1ec9b1280522545638afece5de1f2f28eca6c.tar.gz uGFX-32f1ec9b1280522545638afece5de1f2f28eca6c.tar.bz2 uGFX-32f1ec9b1280522545638afece5de1f2f28eca6c.zip |
last try to get this shit right with that damned GWIN demo
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/gwin/widgets/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c index cb97814e..69f90285 100644 --- a/demos/modules/gwin/widgets/main.c +++ b/demos/modules/gwin/widgets/main.c @@ -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); |