SpaceAnalyzer: Change tabs to spaces in GML file

This is a four-spaces-for-indentation project! :^)
This commit is contained in:
Linus Groh 2021-01-17 08:15:36 +01:00 committed by Andreas Kling
commit d64d2ff07b
Notes: sideshowbarker 2024-07-18 23:08:57 +09:00

View file

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