Show
Ignore:
Timestamp:
06/29/08 01:22:57 (5 months ago)
Author:
thijs
Message:

Update for pygments sample (#259)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • examples/sandbox/pygment/flex/src/pygment.mxml

    r1438 r1464  
    1010                <mx:VBox paddingBottom="10" paddingTop="10" paddingLeft="10" 
    1111                                 paddingRight="10" width="100%" height="100%"> 
    12                         <mx:Label fontWeight="bold" fontSize="12" 
    13                                           text="Submit a piece of code to highlight!"/> 
    1412                        <mx:HBox paddingTop="15" width="100%"> 
    1513                                <mx:FormItem label="Language:" width="100%" direction="horizontal"> 
    1614                                        <mx:ComboBox id="lang_cb" dataProvider="{languages}" 
    1715                                                                 labelField="name" rowCount="10" 
    18                                                                  minWidth="60"/> 
     16                                                                 minWidth="150"/> 
    1917                                        <mx:Button label="Highlight!" click="submitCode()"/> 
    2018                                        <mx:Spacer width="100%"/>