mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
WidgetGallery: Convert layout to GML and add new Icons gallery
This commit is contained in:
parent
0fc81d23f4
commit
35897651af
11 changed files with 1347 additions and 514 deletions
10
Userland/Demos/WidgetGallery/GalleryGML/Window.gml
Normal file
10
Userland/Demos/WidgetGallery/GalleryGML/Window.gml
Normal file
|
@ -0,0 +1,10 @@
|
|||
@GUI::Widget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4, 4, 4, 4]
|
||||
}
|
||||
|
||||
@GUI::TabWidget {
|
||||
name: "tab_widget"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue