Skip to content

Commit 78386d8

Browse files
authored
Remove empty NabBars from Material Gallery example (#9522)
1 parent 63d66d0 commit 78386d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ui-libraries/material/examples/gallery/ui/views/main_view.slint

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ export component MainView {
8686
background: MaterialPalette.background;
8787

8888
if !MainWindowAdapter.break_layout : HorizontalLayout {
89-
NavigationRail {
90-
items: root.navigation_items;
91-
}
92-
9389

9490
if root.current_view == Views.components : ComponentsView {
9591
horizontal_stretch: 1;
@@ -100,10 +96,6 @@ export component MainView {
10096
if root.current_view == Views.components : ComponentsView {
10197
horizontal_stretch: 1;
10298
}
103-
104-
NavigationBar {
105-
items: root.navigation_items;
106-
}
10799
}
108100
}
109101
}

0 commit comments

Comments
 (0)