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
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00

View File

@ -1,6 +1,5 @@
@GUI::Frame {
shape: "Container"
shadow: "Raised"
shape: "Window"
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]