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:
parent
803ebdfe9c
commit
c9fc34f5ff
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue