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
parent 2bc9726e3c
commit d64d2ff07b
Notes: sideshowbarker 2024-07-18 23:08:57 +09:00

View File

@ -1,20 +1,20 @@
@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"
}
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"
}
}