mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
HackStudio: Tweak the inset of the FormWidget
This is not permanent by any means, just moving things around to get a feel for how the GUI should look.
This commit is contained in:
@@ -7,7 +7,7 @@ FormWidget::FormWidget(FormEditorWidget& parent)
|
||||
{
|
||||
set_fill_with_background_color(true);
|
||||
set_background_color(Color::WarmGray);
|
||||
set_relative_rect(20, 20, 400, 300);
|
||||
set_relative_rect(5, 5, 400, 300);
|
||||
}
|
||||
|
||||
FormWidget::~FormWidget()
|
||||
|
||||
Reference in New Issue
Block a user