Task management ui style fix
This commit is contained in:
parent
71a6d1bbe2
commit
d3b2790f97
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ namespace psemek::tasks
|
||||||
|
|
||||||
auto frame_style = std::make_shared<ui::style>();
|
auto frame_style = std::make_shared<ui::style>();
|
||||||
frame_style->text_scale = 1;
|
frame_style->text_scale = 1;
|
||||||
|
frame_style->bevel_width = 3;
|
||||||
|
|
||||||
for (int i = 0; i < grid->column_count(); ++i)
|
for (int i = 0; i < grid->column_count(); ++i)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue