summaryrefslogtreecommitdiff
path: root/LibGUI/GWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GWidget.h')
-rw-r--r--LibGUI/GWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GWidget.h b/LibGUI/GWidget.h
index 0a287e5988..a7fa50c8b7 100644
--- a/LibGUI/GWidget.h
+++ b/LibGUI/GWidget.h
@@ -140,5 +140,5 @@ private:
SizePolicy m_vertical_size_policy { SizePolicy::Fill };
Size m_preferred_size;
- bool m_fill_with_background_color { true };
+ bool m_fill_with_background_color { false };
};