| Summary: | Avoid changing width of the delay input box | ||
|---|---|---|---|
| Product: | [Applications] Spectacle | Reporter: | Frederick Zhang <frederick888> |
| Component: | General | Assignee: | Boudhayan Gupta <me> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | 19.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Before click
After click |
||
|
Description
Frederick Zhang
2019-09-04 03:54:42 UTC
Created attachment 122478 [details]
Before click
Created attachment 122479 [details]
After click
What theme/style are you using? It seems it changes the size of the combobox maybe so that it fits the text? The size is set in the beginning to be bigger than needed and actually never changes. I once used Arc (https://github.com/PapirusDevelopmentTeam/arc-kde) and now using Materia (https://github.com/PapirusDevelopmentTeam/materia-kde), and I have this issue with both of them. The combobox is definitely drawn to small in your before screenshots. The minimum width is set to 160 pixels in the code. In your screenshot I measured the width as 116 pixels. I see from your links these are Kvantum themes. Since the minimum width is respected for example by Breeze and Oxygen I suspect this is an issue with Kvantum and/or these themes and will close this as a downstream issue. |