mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
HackStudio: Make the FormEditorWidget have a MidGray background
This gives the form editor a VB6-like feeling :^)
This commit is contained in:
parent
e52fe07d2e
commit
803ebdfe9c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FormEditorWidget::FormEditorWidget(GWidget* parent)
|
|||
: GScrollableWidget(parent)
|
||||
{
|
||||
set_fill_with_background_color(true);
|
||||
set_background_color(Color::White);
|
||||
set_background_color(Color::MidGray);
|
||||
|
||||
set_frame_shape(FrameShape::Container);
|
||||
set_frame_shadow(FrameShadow::Sunken);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue