mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 00:12:13 +00:00
Add a little About app and hook it up to the system menu's "About..." entry.
Added icons and customizable text alignment to GLabel.
This commit is contained in:
parent
d6326d6c2e
commit
d74b131c27
11 changed files with 118 additions and 2 deletions
|
@ -10,6 +10,7 @@ GStatusBar::GStatusBar(GWidget* parent)
|
|||
set_preferred_size({ 0, 16 });
|
||||
set_layout(make<GBoxLayout>(Orientation::Horizontal));
|
||||
m_label = new GLabel(this);
|
||||
m_label->set_text_alignment(TextAlignment::CenterLeft);
|
||||
m_label->set_fill_with_background_color(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue