Select to view content in your preferred language

How do you make the HEADER bigger in Flex Viewer 2.1?

1241
3
12-08-2010 07:10 PM
JoeGallo
Emerging Contributor
Does anyone know how to make the header bar (at the top of the FlexViewer 2) bigger?  Right now it's about 60, I would like to make it about 100.  Its too thin.

It does not look like its in Config.XML or HEADER.XML.

Joe
Tags (2)
0 Kudos
3 Replies
MattiasEkström
Frequent Contributor
In the HeaderControllerWidget.mxml change the height of <s:Group id="headerGroup" .... >

So you need to change to source-code and recompile, it's not configurable in any xml file.
0 Kudos
JoeGallo
Emerging Contributor
Thanks a lot. If I change this, will there be other spots that I need to change or will other items change accordingly?
0 Kudos
WallaceBezerra
Emerging Contributor
If you make the change pointed in the previous post, you'll need to adjust some other mxml files inside the widgtet package.
0 Kudos