mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibGUI: Set EmojiInputDialog's FrameShape to "Window"
This commit is contained in:
parent
0bcd360266
commit
2f6fd56631
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
@GUI::Frame {
|
||||
shape: "Container"
|
||||
shadow: "Raised"
|
||||
shape: "Window"
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue