From 7f1f345066a8b11cf208b9843383935b8d016c8e Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 14 Feb 2016 22:48:21 -0500 Subject: [PATCH] change the windows to the other side --- menu/drivers/wimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/wimp.c b/menu/drivers/wimp.c index 532b9b47b3..89b922ee19 100644 --- a/menu/drivers/wimp.c +++ b/menu/drivers/wimp.c @@ -91,7 +91,7 @@ static void wimp_main(struct zr_context *ctx, int width, int height) int show_fps = settings->fps_show ? 0 : 1; - if (zr_begin(ctx, &layout, "Show", zr_rect(0, 0, width/2, height), + if (zr_begin(ctx, &layout, "Show", zr_rect(width/2, 0, width/2, height), ZR_WINDOW_BORDER)) { enum {EASY, HARD};