https://bugs.kde.org/show_bug.cgi?id=390927
Bug ID: 390927 Summary: GlobalDrawer's minimum width is 360 pixels on the desktop Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: n...@kde.org Target Milestone: Not decided In src/controls/GlobalDrawer.qml#n215, the width of the GlobalDrawer is set to Math.min (Units.gridUnit * 20, root.parent.width * 0.8) Units.gridUnit * 20 works out to 260 pixels on the desktop. That's really wide for a minimum width. Why not just use the content width? Because Discover uses the GlobalDrawer as an always-visible sidebar, it's comically wide and generates user complaints. See Bug 385992. -- You are receiving this mail because: You are watching all bug changes.