EmojiInputDialog: Port to GML compilation

This commit is contained in:
Aryan Baburajan
2024-04-02 12:54:01 +05:30
committed by Tim Schumacher
parent d6ca054935
commit b2587cb11b
Notes: sideshowbarker 2024-07-17 07:31:31 +09:00
4 changed files with 33 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
@GUI::Frame {
style: "Window"
@GUI::EmojiInputDialogWidget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]
@@ -24,7 +23,8 @@
@GUI::ScrollableContainerWidget {
name: "scrollable_container"
content_widget: @GUI::Widget {
@GUI::Widget {
name: "emojis"
layout: @GUI::VerticalBoxLayout {}
}