mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
Taskbar: Left-align the text on taskbar window buttons.
This commit is contained in:
parent
89c544d97b
commit
8a50218190
Notes:
sideshowbarker
2024-07-19 14:49:36 +09:00
Author: https://github.com/awesomekling
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