mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Userland: Run gml-format
This brings the existing GML files up to spec with the new requirements
This commit is contained in:
parent
4c451422c3
commit
c8ab45e79f
54 changed files with 259 additions and 253 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
@GUI::ToolbarContainer {
|
||||
name: "toolbar_container"
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "main_toolbar"
|
||||
}
|
||||
|
@ -13,6 +14,7 @@
|
|||
@GUI::Toolbar {
|
||||
name: "location_toolbar"
|
||||
visible: false
|
||||
|
||||
@GUI::Label {
|
||||
text: "Location: "
|
||||
autosize: true
|
||||
|
@ -26,6 +28,7 @@
|
|||
|
||||
@GUI::Toolbar {
|
||||
name: "breadcrumb_toolbar"
|
||||
|
||||
@GUI::Label {
|
||||
text: "Location: "
|
||||
autosize: true
|
||||
|
@ -40,6 +43,7 @@
|
|||
@GUI::HorizontalSplitter {
|
||||
name: "splitter"
|
||||
first_resizee_minimum_size: 80
|
||||
|
||||
@GUI::TreeView {
|
||||
name: "tree_view"
|
||||
fixed_width: 175
|
||||
|
@ -48,6 +52,7 @@
|
|||
|
||||
@GUI::Statusbar {
|
||||
name: "statusbar"
|
||||
|
||||
@GUI::Progressbar {
|
||||
name: "progressbar"
|
||||
text: "Generating thumbnails: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue