diff options
Diffstat (limited to 'Libraries/LibGUI/ItemView.cpp')
-rw-r--r-- | Libraries/LibGUI/ItemView.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Libraries/LibGUI/ItemView.cpp b/Libraries/LibGUI/ItemView.cpp index 4cae359cac..3c4a394e73 100644 --- a/Libraries/LibGUI/ItemView.cpp +++ b/Libraries/LibGUI/ItemView.cpp @@ -42,9 +42,6 @@ ItemView::ItemView(Widget* parent) { set_background_role(ColorRole::Base); set_foreground_role(ColorRole::BaseText); - set_frame_shape(Gfx::FrameShape::Container); - set_frame_shadow(Gfx::FrameShadow::Sunken); - set_frame_thickness(2); horizontal_scrollbar().set_visible(false); } |