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:
Andreas Kling 2019-11-08 21:48:30 +01:00
parent 803ebdfe9c
commit c9fc34f5ff
Notes: sideshowbarker 2024-07-19 11:19:10 +09:00

View File

@ -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()