mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
VisualBuilder: Add some more GWidget default properties.
This commit is contained in:
parent
8f4c59c276
commit
6f90f41516
5 changed files with 14 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
VBPropertiesWindow::VBPropertiesWindow()
|
||||
{
|
||||
set_title("Properties");
|
||||
set_rect(780, 200, 200, 280);
|
||||
set_rect(780, 200, 220, 280);
|
||||
|
||||
auto* widget = new GWidget;
|
||||
widget->set_fill_with_background_color(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue