mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)
This commit is contained in:
parent
f0c2dcdbac
commit
af03cf9e80
2 changed files with 13 additions and 97 deletions
|
@ -13,21 +13,6 @@
|
|||
grouped: true
|
||||
}
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "location_toolbar"
|
||||
visible: false
|
||||
|
||||
@GUI::Label {
|
||||
text: "Location: "
|
||||
autosize: true
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "location_textbox"
|
||||
fixed_height: 22
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Toolbar {
|
||||
name: "breadcrumb_toolbar"
|
||||
|
||||
|
@ -36,7 +21,7 @@
|
|||
autosize: true
|
||||
}
|
||||
|
||||
@GUI::Breadcrumbbar {
|
||||
@GUI::PathBreadcrumbbar {
|
||||
name: "breadcrumbbar"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue