Changeset 50 for trunk/earthplayer

Show
Ignore:
Timestamp:
04/07/08 15:57:26 (9 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/earthplayer/home/src/com/earthplayer/ui/widget/SelfConfigureWindow.mxml

    r49 r50  
    180180                </mx:HBox>       
    181181        </mx:VBox>   
    182         <mx:Label text="简介" x="20" y="135"/> 
     182        <mx:Label text="简介" x="20" y="155"/> 
    183183        <mx:TextArea id="user_intro" text="{LocalInfo.getInstance().user.userIntro}" width="180" height="50"  
    184                 x="20" y="165" maxChars="26" backgroundAlpha="0.5" backgroundColor="#a7faf3" borderStyle="none"/>  
     184                x="20" y="170" maxChars="26" backgroundAlpha="0.5" backgroundColor="#a7faf3" borderStyle="none"/>  
    185185</FunctionWindow>