1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +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:
Andreas Kling 2019-11-08 21:48:30 +01:00
parent 803ebdfe9c
commit c9fc34f5ff

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