mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Assistant+CommandPalette: Use FrameShape::Window for main widgets
This commit is contained in:
parent
e1a72c6df8
commit
f457e43885
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ CommandPalette::CommandPalette(GUI::Window& parent_window, ScreenPosition screen
|
|||
collect_actions(parent_window);
|
||||
|
||||
auto& main_widget = set_main_widget<GUI::Frame>();
|
||||
main_widget.set_frame_shadow(Gfx::FrameShadow::Raised);
|
||||
main_widget.set_frame_shape(Gfx::FrameShape::Window);
|
||||
main_widget.set_fill_with_background_color(true);
|
||||
|
||||
auto& layout = main_widget.set_layout<GUI::VerticalBoxLayout>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue