On May 23, 2008, at 12:34 AM, Jon A. Cruz wrote:


On May 19, 2008, at 10:07 AM, Alexandre Prokoudine wrote:

I'm looking at several recently added extensions (especially "3D
models", but also "Perfect Bound Book") and wondering if we can use
comboboxes instead of radiobuttons. That would shrink dialogs
vertically a lot.

You might want to look at things per-dialog or such.

For the toolbars I added one base class that takes a hint for creating separate buttons or a combo box.

Adding an "appearance" attribute set to "full", "compact",  or "minimal" would do the trick.

For example, polyhedron_3d.inx could have
    <param name="obj" type="optiongroup"  _gui-text="Object:">
become
    <param name="obj" type="optiongroup"  appearance="minimal" _gui-text="Object:">

BTW, it seemed like not too much for me, so I'm halfway through implementing that. Should be in either tonight or tomorrow.