mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +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
Notes:
sideshowbarker
2024-07-19 11:19:10 +09:00
Author: https://github.com/awesomekling
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