mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:28:12 +00:00
IRCClient: Tweak appearance.
This commit is contained in:
parent
4b32aa71d2
commit
b54eefa25e
1 changed files with 3 additions and 0 deletions
|
@ -133,7 +133,10 @@ void IRCAppWindow::setup_widgets()
|
|||
{
|
||||
auto* widget = new GWidget(nullptr);
|
||||
set_main_widget(widget);
|
||||
widget->set_fill_with_background_color(true);
|
||||
widget->set_background_color(Color::LightGray);
|
||||
widget->set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
widget->layout()->set_margins({ 4, 4, 4, 4 });
|
||||
|
||||
auto* toolbar = new GToolBar(widget);
|
||||
toolbar->add_action(*m_change_nick_action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue