mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
make the gui a bit flatter
This commit is contained in:
parent
3abea50cbf
commit
3f22d5cb33
@ -876,9 +876,11 @@ static void zrmenu_init(int width, int height)
|
|||||||
zr_device_init(&device);
|
zr_device_init(&device);
|
||||||
|
|
||||||
for (int i = 0; i < ZR_ROUNDING_MAX; ++i)
|
for (int i = 0; i < ZR_ROUNDING_MAX; ++i)
|
||||||
|
{
|
||||||
(&gui.ctx)->style.rounding[i] = 0;
|
(&gui.ctx)->style.rounding[i] = 0;
|
||||||
|
}
|
||||||
zrmenu_set_style(&gui.ctx, THEME_DARK);
|
zrmenu_set_style(&gui.ctx, THEME_DARK);
|
||||||
|
zr_push_color(&gui.ctx, ZR_COLOR_BORDER, zr_rgba(0,0,0,0));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void zrmenu_deinit()
|
static void zrmenu_deinit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user