| Summary: | kate's plugin autocompletion: small window with proposals has strange length | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Cyrill Helg <phlogi1> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | david.nolden.kde, jowenn, phlogi1 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | long window with proposals | ||
|
Description
Cyrill Helg
2008-12-30 14:39:54 UTC
Created attachment 29761 [details]
long window with proposals
I guess it is this code in katecompletionwidget.cpp.
if( baseHeight < 300 ) {
baseHeight = 300; //Here we enforce a minimum desirable height
m_expandingAddedHeight = 0;
// kDebug( 13035 ) << "Resetting baseHeight and m_expandingAddedHeight";
}
Svn blame says it is from zwabel, I guess it is for kdevelop's expanding trees. I'm adding him to the CC list.
Looks easy to change :) Feel free to reduce to to 80 or something like that. Else I will probably do it within the next days(I'm sick atm). I've tried it, and this is not the right place for the fix. The completion-list currently does not adapt its height to the content. Fixed in r911171 |