Bug 325897 - KCM's window way to small when launching from applet
Summary: KCM's window way to small when launching from applet
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: kcm (show other bugs)
Version: 0.7.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 17:08 UTC by markuss
Modified: 2015-02-23 21:28 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
on KF5 (71.67 KB, image/png)
2014-09-22 10:57 UTC, Aleix Pol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markuss 2013-10-11 17:08:38 UTC
The window's default size is only big enough to display a single plugin line. A few more would be nice.
Comment 1 Rick J 2013-11-29 14:02:37 UTC
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.
Comment 2 Albert Vaca Cintora 2014-01-10 18:43:05 UTC
I don't know a way to change this window's size :/
Comment 3 Rafael Gomes (Gomex) 2014-09-02 03:43:59 UTC
This bug still happens? Can you please update your kdeconnect to the latest version and make test again?
Comment 4 markuss 2014-09-02 04:20:15 UTC
(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…
Comment 5 Albert Vaca Cintora 2014-09-04 18:17:54 UTC
There is no way I know to set the window size, maybe we should reasign the bug to somebody who can fix it.
Comment 6 Rafael Gomes (Gomex) 2014-09-20 03:23:19 UTC
Should we put kdelibs-bugs in CC?
Comment 7 Christoph Feck 2014-09-20 12:40:20 UTC
> I don't know a way to change this window's size :/

By returning a reasonable sizeHint().
Comment 8 Aleix Pol 2014-09-22 10:57:43 UTC
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.
Comment 9 Aleix Pol 2014-10-01 16:51:11 UTC
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
Comment 10 markuss 2015-02-23 21:14:58 UTC
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?
Comment 11 Albert Vaca Cintora 2015-02-23 21:28:44 UTC
Yes, it's KF5-only. This was due to a bug in the KCM libraries, that was fixed during the transition to KF5.