mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibGUI: Improve GFrame's look for Container shapes.
This is now starting to look like a proper container. Very nice :^)
This commit is contained in:
@@ -9,7 +9,7 @@ GTableView::GTableView(GWidget* parent)
|
||||
{
|
||||
set_frame_shape(GFrame::Shape::Container);
|
||||
set_frame_shadow(GFrame::Shadow::Sunken);
|
||||
set_frame_thickness(1);
|
||||
set_frame_thickness(2);
|
||||
}
|
||||
|
||||
GTableView::~GTableView()
|
||||
|
||||
Reference in New Issue
Block a user