https://bugs.kde.org/show_bug.cgi?id=436231
Bug ID: 436231 Summary: OverlaySheet: incorrect extraMargin on applet configuration dialog Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: isma...@gmail.com Target Milestone: Not decided Created attachment 137935 --> https://bugs.kde.org/attachment.cgi?id=137935&action=edit TimeZones OverlaySheet SUMMARY When an overlay sheet is in istanciated in a configuration page of a Plasma' configuration dialog Triaged this bug into these lines https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/templates/OverlaySheet.qml#L706-716 STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATIONSUMMARY The overlay sheet that is used in the Digital Clock configuration dialog sets the extraMargin property to a very high value (51px). Acording to the comments in: https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/templates/OverlaySheet.qml#L706-716 this should be reserved for mobile use cases. In the desktop it produces a really ugly result. I've found only this case and followed it up to these lines. It could be solved by setting the property to 0 in the client code, but maybe there is something wrong in the way we detect the mobile case. STEPS TO REPRODUCE 1. Open the configuration for the Digital Clock in the plasma panel 2. Go to TimeZones 3. Click on 'Add TimeZones ...' -- You are receiving this mail because: You are watching all bug changes.