slightly round edges for progress and option box, add image support to option boxes

This commit is contained in:
ITotalJustice
2025-04-30 18:19:13 +01:00
parent 6fb5319da3
commit e22daefb08
4 changed files with 28 additions and 27 deletions

View File

@@ -95,7 +95,7 @@ auto ProgressBox::Draw(NVGcontext* vg, Theme* theme) -> void {
}
gfx::dimBackground(vg);
gfx::drawRect(vg, m_pos, theme->GetColour(ThemeEntryID_POPUP));
gfx::drawRect(vg, m_pos, theme->GetColour(ThemeEntryID_POPUP), 5);
// The pop up shape.
// const Vec4 box = { 255, 145, 770, 430 };