Taskbar: Remove frame around quick-launch icons
This commit is contained in:
parent
bf00e33a04
commit
638130591c
Notes:
sideshowbarker
2024-07-19 07:30:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/638130591c0
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
Reference in a new issue