mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
PixelPaint: Use reorderable tabs
This commit is contained in:
parent
ef004c6b98
commit
eb774aadbf
Notes:
sideshowbarker
2024-07-18 02:57:15 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/eb774aadbf8 Pull-request: https://github.com/SerenityOS/serenity/pull/10389
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ MainWidget::MainWidget()
|
|||
|
||||
m_tab_widget = find_descendant_of_type_named<GUI::TabWidget>("tab_widget");
|
||||
m_tab_widget->set_container_margins({ 4, 5, 5, 4 });
|
||||
m_tab_widget->set_reorder_allowed(true);
|
||||
m_tab_widget->set_close_button_enabled(true);
|
||||
|
||||
m_palette_widget = *find_descendant_of_type_named<PixelPaint::PaletteWidget>("palette_widget");
|
||||
|
|
Loading…
Add table
Reference in a new issue