mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
SpaceAnalyzer: Change tabs to spaces in GML file
This is a four-spaces-for-indentation project! :^)
This commit is contained in:
parent
2bc9726e3c
commit
d64d2ff07b
1 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue