mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibGUI: Set EmojiInputDialog's FrameShape to "Window"
This commit is contained in:
parent
0bcd360266
commit
2f6fd56631
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/thankyouverycool
Commit: 2f6fd56631
Pull-request: https://github.com/SerenityOS/serenity/pull/15175
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
shape: "Container"
|
shape: "Window"
|
||||||
shadow: "Raised"
|
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [4]
|
margins: [4]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue