mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +00:00
Browser: Use reorderable tabs
This commit is contained in:
parent
e1684860a3
commit
da804d95f7
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ BrowserWindow::BrowserWindow(CookieJar& cookie_jar, URL url)
|
|||
auto& top_line = *widget.find_descendant_of_type_named<GUI::HorizontalSeparator>("top_line");
|
||||
|
||||
m_tab_widget = *widget.find_descendant_of_type_named<GUI::TabWidget>("tab_widget");
|
||||
m_tab_widget->set_reorder_allowed(true);
|
||||
m_tab_widget->set_close_button_enabled(true);
|
||||
|
||||
m_tab_widget->on_tab_count_change = [&top_line](size_t tab_count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue