mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
Taskbar: Remove frame around quick-launch icons
This commit is contained in:
parent
bf00e33a04
commit
638130591c
1 changed files with 1 additions and 3 deletions
|
@ -76,9 +76,7 @@ void TaskbarWindow::create_quick_launch_bar()
|
|||
quick_launch_bar.set_layout<GUI::HorizontalBoxLayout>();
|
||||
quick_launch_bar.layout()->set_spacing(3);
|
||||
quick_launch_bar.layout()->set_margins({ 3, 0, 3, 0 });
|
||||
quick_launch_bar.set_frame_thickness(1);
|
||||
quick_launch_bar.set_frame_shape(Gfx::FrameShape::Container);
|
||||
quick_launch_bar.set_frame_shadow(Gfx::FrameShadow::Raised);
|
||||
quick_launch_bar.set_frame_thickness(0);
|
||||
|
||||
int total_width = 6;
|
||||
bool first = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue