diff --git a/Userland/DevTools/GMLPlayground/main.cpp b/Userland/DevTools/GMLPlayground/main.cpp index ee79af0b3a..34927eb0a8 100644 --- a/Userland/DevTools/GMLPlayground/main.cpp +++ b/Userland/DevTools/GMLPlayground/main.cpp @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include @@ -28,8 +27,6 @@ #include #include #include -#include -#include namespace { @@ -95,6 +92,7 @@ ErrorOr serenity_main(Main::Arguments arguments) preview_window->set_title("Preview - GML Playground"); preview_window->set_icon(app_icon.bitmap_for_size(16)); auto preview_window_widget = TRY(preview_window->try_set_main_widget()); + preview_window_widget->set_fill_with_background_color(true); GUI::Widget* preview = preview_frame_widget;