1
Fork 0
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:
Sam Atkins 2023-02-06 17:30:38 +00:00 committed by Linus Groh
parent f0c2dcdbac
commit af03cf9e80
2 changed files with 13 additions and 97 deletions

View file

@ -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"
}
}