mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-09 05:07:00 +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);
|
||||
|
||||
for (int i = 0; i < ZR_ROUNDING_MAX; ++i)
|
||||
{
|
||||
(&gui.ctx)->style.rounding[i] = 0;
|
||||
}
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user