diff --git a/examples/cosmic/src/main.rs b/examples/cosmic/src/main.rs index d5915a16..3849d646 100644 --- a/examples/cosmic/src/main.rs +++ b/examples/cosmic/src/main.rs @@ -88,7 +88,7 @@ impl Sandbox for Window { // involves allocations for many different items. Ideally, we could only make the nav bar // responsive and leave the content to be sized normally. responsive(|size| { - let condensed = size.width < 800.0; + let condensed = size.width < 900.0; let sidebar: Element<_> = nav_bar!( //TODO: Support symbolic icons nav_button!("network-wireless", "Wi-Fi", condensed)