| Summary: | Minimum width for Buttons with text causes slight "jumps" for kdeclarative/KeySequenceItem | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | ratijas <me> |
| Component: | QStyle | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | nate, noahadvs, uhhadd |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | breeze - KeySequenceItem | ||
|
Description
ratijas
2024-03-12 12:16:19 UTC
Created attachment 167024 [details]
breeze - KeySequenceItem
```qml
import org.kde.kquickcontrols as KQuickControls
Window {
KQuickControls.KeySequenceItem {}
}
```
Can reproduce, though I'm not sure this is really a Breeze bug. The minimum width makes some sense as an intentional design element; perhaps KeySequenceItem itself should be adjusted to not be so jumpy. What do you think? |