Make ui:🏷️:font_type an enum class
This commit is contained in:
parent
366a0653b5
commit
05f777f398
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace psemek::ui
|
||||||
struct label
|
struct label
|
||||||
: element
|
: element
|
||||||
{
|
{
|
||||||
enum font_type
|
enum class font_type
|
||||||
{
|
{
|
||||||
normal,
|
normal,
|
||||||
bold,
|
bold,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue