mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
EmojiInputDialog: Port to GML compilation
This commit is contained in:
committed by
Tim Schumacher
parent
d6ca054935
commit
b2587cb11b
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/aryanbaburajan Commit: https://github.com/SerenityOS/serenity/commit/b2587cb11b Pull-request: https://github.com/SerenityOS/serenity/pull/23782 Reviewed-by: https://github.com/timschumi ✅
@@ -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 {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user