mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49: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:
parent
f939fb7eb7
commit
5d72cf5a3f
Notes:
sideshowbarker
2024-07-19 14:54:44 +09:00
Author: https://github.com/awesomekling
Commit: 5d72cf5a3f
7 changed files with 50 additions and 20 deletions
|
@ -9,7 +9,7 @@ GItemView::GItemView(GWidget* parent)
|
|||
{
|
||||
set_frame_shape(GFrame::Shape::Container);
|
||||
set_frame_shadow(GFrame::Shadow::Sunken);
|
||||
set_frame_thickness(1);
|
||||
set_frame_thickness(2);
|
||||
horizontal_scrollbar().set_visible(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue