1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 15:34:58 +00:00
serenity/Userland/Applications/Browser/StorageWidget.gml
2022-03-02 18:11:17 +01:00

10 lines
175 B
Text

@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::TabWidget {
name: "tab_widget"
}
}