diff --git a/assets-fx/img/opt_libs_jui.png b/assets-fx/img/opt_libs_jui.png index 81ada0d..d451c54 100644 Binary files a/assets-fx/img/opt_libs_jui.png and b/assets-fx/img/opt_libs_jui.png differ diff --git a/src/libs/justui.c b/src/libs/justui.c index e2df242..a306f8b 100644 --- a/src/libs/justui.c +++ b/src/libs/justui.c @@ -81,7 +81,7 @@ static void table_gen(gtable *t, int row) void gintctl_libs_justui(void) { gscreen *scr = gscreen_create2("JustUI Widgets", &img_opt_libs_jui, - "JustUI graphical interfaces", "/SCENE;/TREE;;;;"); + "JustUI graphical interfaces", "/SCENE;/TREE;#INPUT;;;"); // Sample GUI diff --git a/src/mem/mem.c b/src/mem/mem.c index c49c592..a04d574 100644 --- a/src/mem/mem.c +++ b/src/mem/mem.c @@ -127,7 +127,7 @@ void gintctl_mem(void) jpainted *mem = jpainted_create(paint_mem, &v, _(115,321), _(53,167), tab); jinput *input = jinput_create("Go to:" _(," "), 12, tab); - jwidget_set_margin(mem, _(0,8), 0, _(0,8), 0); + jwidget_set_margin(mem, _(0,6), 0, _(0,6), 0); jwidget_set_margin(input, 0, 0, 0, _(1,4)); jwidget_set_stretch(input, 1, 0, false); jwidget_set_visible(input, false); diff --git a/src/util.c b/src/util.c index 67bba5c..16c17bc 100644 --- a/src/util.c +++ b/src/util.c @@ -48,8 +48,7 @@ void row_title(char const *format, ...) #ifdef FXCG50 dtext(ROW_X, 3, C_BLACK, str); - uint32_t *long_vram = (void *)gint_vram; - for(int i = 0; i < 198 * 16; i++) long_vram[i] = ~long_vram[i]; + drect(0, 0, DWIDTH-1, 15, C_INVERT); #endif }