Bug 295479

Summary: Preferencies window is to high
Product: [Applications] kdevelop Reporter: Artur <kdebugzilla>
Component: UI: childframe windowAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: kdebugzilla, keks
Priority: NOR    
Version: git master   
Target Milestone: 4.2.3   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: Preferencies window

Description Artur 2012-03-07 16:36:24 UTC
On notebook preferencies window has height higher than 600pixels and cannot be changed to smaler size. As a result lower part of window is overscreen, invisible and ok, cancel buttons cannot be pressed with mouse, other things in this are of window cannot be changed.
This window should not exced size ~550pixels, becouse of desktop toolbar or at lease should be scrollable.
Comment 1 Artur 2012-03-07 16:46:40 UTC
I mean netbook not notebook, 
Common screen size on most netbooks is 1024x600
Comment 2 Andreas Pakulat 2012-03-07 16:55:28 UTC
I cannot reproduce this here, the window is 591 pixel in height and kdevelop has no full control over the height anyway its dictated by the largest configuration module shown and cannot be made smaller.
Comment 3 Andreas Pakulat 2012-03-07 16:56:33 UTC
netbook is not really a suitable form factor for development anyway - IMHO. At least not when wanting a full blown IDE at the same time.
Comment 4 Andreas Pakulat 2012-03-07 17:00:17 UTC
PS: Of course the size of the widget also depends on the GUI style you picked for KDE and your fonts. So changing any of that should help with your problem too.

The only way to make it even smaller in height would be splitting up the "Language Support" page, maybe in "Code Completion", "Language Support" (for the parsing-stuff) and "Semantic Highlighting". At least thats three group-boxes in the page itself right now.
Comment 5 Artur 2012-03-07 17:00:51 UTC
Created attachment 69350 [details]
Preferencies window

Overscreen
Comment 6 Artur 2012-03-07 17:01:56 UTC
Working on netbook suits my needs in bus, train etc, is much more comfortable than heavy notebook. It is great paltform for developing with KDevelop :-)
Comment 7 Artur 2012-03-07 17:05:12 UTC
On 2012-03-07 18:00, Andreas Pakulat wrote:
> https://bugs.kde.org/show_bug.cgi?id=295479
> 
> --- Comment #4 from Andreas Pakulat <apaku@gmx.de> ---
> PS: Of course the size of the widget also depends on the GUI style you picked
> for KDE and your fonts. So changing any of that should help with your problem
> too.
> 
> The only way to make it even smaller in height would be splitting up the
> "Language Support" page, maybe in "Code Completion", "Language Support" (for
> the parsing-stuff) and "Semantic Highlighting". At least thats three
> group-boxes in the page itself right now.
> 

Please take a look at comments


Comment #5 Artur 2012-03-07 18:00:51 CET
Created attachment 69350 [details]
Preferencies window
https://bugs.kde.org/attachment.cgi?id=69350
Overscreen

Comment #6 Artur 2012-03-07 18:01:56 CET
Working on netbook suits my needs in bus, train etc, is much more
comfortable than heavy notebook. It is great paltform for developing
with KDevelop on real mobile platform :-)
Comment 8 Marcel Hellwig 2012-03-07 17:06:51 UTC
would it be possible to put all the content inside of a scroll container that only use scroll bars, when they are needed?
Comment 9 Kevin Funk 2012-12-20 23:35:19 UTC
This is a lot better now. Marking as fixed.