1
Fork 0
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:
Andreas Kling 2019-04-12 14:47:21 +02:00
parent 8f4c59c276
commit 6f90f41516
5 changed files with 14 additions and 5 deletions

View file

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