mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-07 08:40:59 +00:00
14 lines
254 B
Text
14 lines
254 B
Text
|
|
@GUI::Frame {
|
||
|
|
shape: "Container"
|
||
|
|
shadow: "Raised"
|
||
|
|
fill_with_background_color: true
|
||
|
|
layout: @GUI::VerticalBoxLayout {
|
||
|
|
margins: [4]
|
||
|
|
}
|
||
|
|
|
||
|
|
@GUI::Widget {
|
||
|
|
name: "emojis"
|
||
|
|
layout: @GUI::VerticalBoxLayout {}
|
||
|
|
}
|
||
|
|
}
|