The window's default size is only big enough to display a single plugin line. A few more would be nice.
Agree. Nice that it auto-stretches sideways, but would help to do the same thing vertically. Or simply remember the last-used size after manually resized.
I don't know a way to change this window's size :/
This bug still happens? Can you please update your kdeconnect to the latest version and make test again?
(In reply to gomex from comment #3) > This bug still happens? Yes. Can't you see it yourself? > Can you please update your kdeconnect to the latest > version and make test again? I always use the latest version…
There is no way I know to set the window size, maybe we should reasign the bug to somebody who can fix it.
Should we put kdelibs-bugs in CC?
> I don't know a way to change this window's size :/ By returning a reasonable sizeHint().
Created attachment 88788 [details] on KF5 If that is what you mean, then I can still reproduce. +1, setting a proper sizeHint will definitely help.
Git commit 41df34a3f2ecd146fae0312616efce085a34fa22 by Aleix Pol. Committed on 01/10/2014 at 16:49. Pushed by apol into branch 'master'. Fix initial size of KCMultiDialog The size was adjusted before having the pages added, so it didn't have a chance to figure out the correct size properly. Related: bug 337494 REVIEW: 120448 M +7 -3 src/kcmultidialog.cpp M +1 -0 src/kcmultidialog.h http://commits.kde.org/kcmutils/41df34a3f2ecd146fae0312616efce085a34fa22
Just updated to 0.8: The window is still only as high to barely show two plugin lines. Or does FIXED only apply to KF5?
Yes, it's KF5-only. This was due to a bug in the KCM libraries, that was fixed during the transition to KF5.