mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Applications: Remove border from GroupBox margins
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 01:31:29 +09:00
Author: https://github.com/frhun Commit: https://github.com/SerenityOS/serenity/commit/54605794f97 Pull-request: https://github.com/SerenityOS/serenity/pull/10246 Issue: https://github.com/SerenityOS/serenity/issues/5887 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling
@@ -19,7 +19,7 @@ ToolPropertiesWidget::ToolPropertiesWidget()
|
||||
|
||||
m_group_box = add<GUI::GroupBox>("Tool properties");
|
||||
auto& layout = m_group_box->set_layout<GUI::VerticalBoxLayout>();
|
||||
layout.set_margins({ 20, 10, 10 });
|
||||
layout.set_margins({ 8 });
|
||||
m_tool_widget_stack = m_group_box->add<GUI::StackWidget>();
|
||||
m_blank_widget = m_tool_widget_stack->add<GUI::Widget>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user