1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

LibGUI: Set EmojiInputDialog's FrameShape to "Window"

This commit is contained in:
thankyouverycool 2022-09-09 07:57:05 -04:00 committed by Tim Flynn
parent 0bcd360266
commit 2f6fd56631

View file

@ -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]