Solved! Go to Solution.
<widget url="widgets/Print/PrintWidget.swf" width="400" config="widgets/Print/PrintWidget.xml" label="Print" icon="assets/images/i_print.png"/>
<widget url="widgets/Print/PrintWidget.swf" width="400" config="widgets/Print/PrintWidget.xml" label="Print" icon="assets/images/i_print.png"/>
Kim,
There is not a way in the App Builder to adjust the width of the print widget. But if you open the main config.xml file in notepad or some other text editor you can add a width attribute to the widget to fix your issue.
So in windows explorer find this file and edit it in NotePad (You may have to launch notepad as Administrator).
C:\inetpub\wwwroot\flexviewers\yourFVapp\config.xml<widget url="widgets/Print/PrintWidget.swf" width="400" config="widgets/Print/PrintWidget.xml" label="Print" icon="assets/images/i_print.png"/>
wTemplate.width = wTemplate.height = wTemplate.minWidth = wTemplate.minHeight = 300;
I am able to increase the width of the LEGEND widget but reducing its width is not working. I want to reduce the width lesser than the default value.