* KOCH Mate -- Thursday 08 January 2009:
>  - I can't completely disable the scrollbar (even if I set the width of
> it to zero, the scrollbar is still visible, and it is also without any
> text in the box)

PLIB only hides the scrollbar in the <list> but not the <textbox> widget
at the moment. This will probably not change any time soon.



>  - I can't set the font type and size only if i redefine the gui section
> in the style descriptor xml, but this way everything changes of course.

Works in CVS now. If you want it in older versions, open src/GUI/dialog.cxx,
search for "setLabelFont" and add this line after that:

      object->setLegendFont(*lfnt);

m.

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to