Changeset 50 for trunk/earthplayer
- Timestamp:
- 04/07/08 15:57:26 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/earthplayer/home/src/com/earthplayer/ui/widget/SelfConfigureWindow.mxml
r49 r50 180 180 </mx:HBox> 181 181 </mx:VBox> 182 <mx:Label text="简介" x="20" y="1 35"/>182 <mx:Label text="简介" x="20" y="155"/> 183 183 <mx:TextArea id="user_intro" text="{LocalInfo.getInstance().user.userIntro}" width="180" height="50" 184 x="20" y="1 65" maxChars="26" backgroundAlpha="0.5" backgroundColor="#a7faf3" borderStyle="none"/>184 x="20" y="170" maxChars="26" backgroundAlpha="0.5" backgroundColor="#a7faf3" borderStyle="none"/> 185 185 </FunctionWindow>
