mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Taskbar: Left-align the text on taskbar window buttons.
This commit is contained in:
parent
89c544d97b
commit
8a50218190
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ GButton* TaskbarWindow::create_button()
|
|||
button->set_size_policy(SizePolicy::Fixed, SizePolicy::Fixed);
|
||||
button->set_preferred_size({ 100, 22 });
|
||||
button->set_checkable(true);
|
||||
button->set_text_alignment(TextAlignment::CenterLeft);
|
||||
return button;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue