mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:37:42 +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 {
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue