You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I set the size of NavigationView to NavigationPaneSize(openWidth: 200, openMinWidth: 200, openMaxWidth: 200). However, when the window mode is switched to PaneDisplayMode.minimal, the width of NavigationView remains default kOpenNavigationPaneWidth.
Describe the bug
I set the size of NavigationView to NavigationPaneSize(openWidth: 200, openMinWidth: 200, openMaxWidth: 200). However, when the window mode is switched to PaneDisplayMode.minimal, the width of NavigationView remains default kOpenNavigationPaneWidth.
NavigationView(
...
size: NavigationPaneSize(openWidth: 200, openMinWidth: 200, openMaxWidth: 200)
...);
Expected behavior
Screenshots
displayMode is PaneDisplayMode.minimal
The text was updated successfully, but these errors were encountered: