1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Applications/SpaceAnalyzer/SpaceAnalyzer.gml
Linus Groh d64d2ff07b SpaceAnalyzer: Change tabs to spaces in GML file
This is a four-spaces-for-indentation project! :^)
2021-01-17 08:43:46 +01:00

20 lines
344 B
Text

@GUI::Widget {
layout: @GUI::VerticalBoxLayout {
spacing: 0
}
@GUI::ToolBarContainer {
@GUI::BreadcrumbBar {
fixed_height: 25
name: "breadcrumb_bar"
}
}
@SpaceAnalyzer::TreeMapWidget {
name: "tree_map"
}
@GUI::StatusBar {
name: "status_bar"
}
}