On Fri, Mar 24, 2006 at 07:16:46PM +0100, Abdelrazak Younes wrote: > Abdelrazak Younes a écrit : > >Helge Hafting a écrit : > >>My only complaint now is that the paragraph style pulldown now > >>have a scrollbar - before I got _all_ styles visible when pulling it > >>down. > >>That is big timesaver for any paragraph type where I don't > >>remember the keyboard command. > >You mean the layout combox box at the top left right? Well if that's > >your only complaint we can surely do something about that. > > This patch fixes the maximum number of visible item to 25 (so that it > fits in a 800 by 600 screen). I am going to commit it unless I hear > complaints about that. IMHO, this is a real usability improvement but I > don't understand how you qt3 version has it. Here it has the same > scrollbar and 10 visible items. > qt3 seems unlimited, which is what we need. Sure, my 1280x1024 screen does not have room for the 41 items with the menu font I use. Qt3 solves this by making two columns when the combobox is expanded. That way, all items are visible. A real small screen might get three columns.
A scrollbar here should never happen - unless someone actually makes a document layout with enough paragraph types to overfill the entire screen in both directions. Nobody has done that so far. :-) Helge Hafting