https://bugs.kde.org/show_bug.cgi?id=358849 Bug ID: 358849 Summary: Minimum plasmoid width and height not respected Product: plasmashell Version: 5.5.4 Platform: Chakra URL: https://trello-attachments.s3.amazonaws.com/56abd64f97 b1bfc661e26b82/798x280/bfb8839da8d85dbc0d8026e1869cbb8 f/chakra-welcome-plasmoid.png OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: kde@davidedmundson.co.uk Reporter: luca86@bluewin.ch CC: bhush94@gmail.com, plasma-bugs@kde.org When I add a new plasmoid the minimum width and height are not respected. All plasmoids are affected. For instance if I add the note plasmoid an icon is shown instead of the "post-it" image. This is the QML code that set the minimum layout values: property int minimumWidth: 540 property int minimumHeight: 480 Layout.minimumWidth: minimumWidth < buttonRow.width ? buttonRow.width : minimumWidth Layout.minimumHeight: minimumHeight Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.