> > > I figured that would be a configurable parameter since you can > > > modify anything else in lyx... > > > > No, it is not. 10 lines is simply the qt default for combo boxes. Do > > Since QComboBox is not resizable (with the mouse) you'd have to subclass > it. I don't think it's worth the effort. If anything then I'd make the > setting changeable by editting some config file. (Changing the number
That sounds like the best way. Put some obscure parameter deep in a ui file somewhere, and those of us that care will use it. UI does not need to be configurable on the fly. LyX will probably never replace Word, so LyX will stay as a great front end for technical stuff, so the users will generally be savvy enough to modify things in the ui config files. Thanks!
