mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
IRCClient: Hide all the table view headers.
This commit is contained in:
@@ -13,6 +13,7 @@ IRCClientWindow::IRCClientWindow(IRCClient& client, Type type, const String& nam
|
||||
{
|
||||
set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
m_table_view = new GTableView(this);
|
||||
m_table_view->set_headers_visible(false);
|
||||
m_table_view->set_font(Font::default_fixed_width_font());
|
||||
|
||||
m_client.register_subwindow(*this);
|
||||
|
||||
Reference in New Issue
Block a user