trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] KControl Anomalies

From: Calvin Morrison <mutantturkey@...>
Date: Thu, 7 Jun 2012 13:53:27 -0400
On 7 June 2012 13:51, Darrell Anderson <humanreadable@...> wrote:
>> > The default window size for KControl in a new Trinity
>> profile is 976x745. Looks like 800x600 is a presumed minimum
>> screen size.
>> >
>> The real solution is to have windows that will scale
>> reasonable well to a smaller size (like a scrollbar or something if
>> necessary)
>
> Sounds great! That probably requires a significant overhaul of the source code?
>
> Darrell
>

It might just be embedding the kcm modules (which are wrapped by
kcontrol/kcm into a window already) within a scroll view

http://trinitydesktop.org/docs/qt3/qscrollview.html#details

Tim, is that logical?

Calvin