We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d66d0 commit 78386d8Copy full SHA for 78386d8
ui-libraries/material/examples/gallery/ui/views/main_view.slint
@@ -86,10 +86,6 @@ export component MainView {
86
background: MaterialPalette.background;
87
88
if !MainWindowAdapter.break_layout : HorizontalLayout {
89
- NavigationRail {
90
- items: root.navigation_items;
91
- }
92
-
93
94
if root.current_view == Views.components : ComponentsView {
95
horizontal_stretch: 1;
@@ -100,10 +96,6 @@ export component MainView {
100
96
101
97
102
98
}
103
104
- NavigationBar {
105
106
107
99
108
109
0 commit comments