On 7 June 2012 13:51, Darrell Anderson humanreadable@yahoo.com 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