| Summary: | find dialog can be squeezed horizontally far too much in kate and kwrite (3.7) | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Marko Käning <mk-lists> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | cfeck, christoph |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | MacPorts | ||
| OS: | macOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Screenshot for both editors
Screenshot for both editors Kate window now using a width 80 chars |
||
|
Description
Marko Käning
2014-04-13 20:47:50 UTC
Created attachment 86081 [details]
Screenshot for both editors
Created attachment 86082 [details]
Screenshot for both editors
I have my editor window configured to a width of about 80 columns, and if invoking the find dialog would resize my window, I would be highly annoyed. It could adapt to smaller sizes by using "Prev" and "Next" buttons without texts and/or omitting the "Find:" label. Created attachment 86254 [details]
Kate window now using a width 80 chars
As you can see in the attached snapshot from kate there is still an overlap of the Next button with the find string edit field.
You are right, omitting the texts from the buttons for a narrow window would make sense.
Also I think it would make sense to define a minimum width for the window depending of the sizes of all controls in order to avoid the hefty overlapping shown in the older attachments for both kate and kwrite.
> Also I think it would make sense to define a minimum width for the window That's exactly what I wanted to avoid with my comment #3. (In reply to comment #5) > That's exactly what I wanted to avoid with my comment #3. Understood. :) This only happens when I use the standard native "Macintosh (aqua)" theme and can be avoided by using another style, like e.g. the "Oxygen" theme. We can't change how the standard theme behaves there, the size hints look normal for me. Minimum sizes will only lead to other problems, like non-ability to resize the window if you are really out of space. |