Summary: | Preferencies window is to high | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Artur <kdebugzilla> |
Component: | UI: childframe window | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | Preferencies window |
Description
Artur
2012-03-07 16:36:24 UTC
I mean netbook not notebook, Common screen size on most netbooks is 1024x600 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. 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. 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. Created attachment 69350 [details]
Preferencies window
Overscreen
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 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 :-) would it be possible to put all the content inside of a scroll container that only use scroll bars, when they are needed? This is a lot better now. Marking as fixed. |