mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
PixelPaint: Use reorderable tabs
This commit is contained in:
parent
ef004c6b98
commit
eb774aadbf
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
Add a link
Reference in a new issue