mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03: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
Notes:
sideshowbarker
2024-07-18 23:08:57 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/d64d2ff07b5 Pull-request: https://github.com/SerenityOS/serenity/pull/4987
@ -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…
Reference in New Issue
Block a user