mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
FileManager: Added label "Location" to BreadcrumbBar (#4924)
This commit is contained in:
parent
9abcc2fb6c
commit
0f7efd5bf1
2 changed files with 6 additions and 1 deletions
|
@ -25,6 +25,11 @@
|
|||
@GUI::ToolBar {
|
||||
name: "breadcrumb_toolbar"
|
||||
|
||||
@GUI::Label {
|
||||
text: "Location: "
|
||||
autosize: true
|
||||
}
|
||||
|
||||
@GUI::BreadcrumbBar {
|
||||
name: "breadcrumb_bar"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue