チェンジセット 1877

差分発生行の前後
無視リスト:
コミット日時:
2008/11/20 06:11:39 (2 ヶ月前)
コミッタ:
uwi
ログメッセージ:

--

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • air/TLife/src/Main.mxml

    r1876 r1877  
    8787                <mx:VDividedBox width="100%"> 
    8888                        <mx:VBox width="100%" verticalScrollPolicy="off"> 
    89                                 <mx:HBox width="100%" height="20"
    90                                         <mx:Label width="50%" text="にゃー" id="friendname" textAlign="left" /> 
    91                                         <mx:Label width="50%" text="( ゚д゚)" id="friendposttime" textAlign="right" /> 
     89                                <mx:HBox width="100%" verticalScrollPolicy="off"
     90                                        <mx:Label width="50%" height="20" text="にゃー" id="friendname" textAlign="left" /> 
     91                                        <mx:Label width="50%" height="20" text="( ゚д゚)" id="friendposttime" textAlign="right" /> 
    9292                                </mx:HBox> 
    9393                                <mx:TextArea width="100%" height="50%" id="friendpost" editable="false" /> 
    9494                        </mx:VBox> 
    9595                        <mx:VBox width="100%" verticalScrollPolicy="off"> 
    96                                 <mx:TabBar x="0" y="100" width="100%" height="20"  
     96                                <mx:TabBar height="20"  
    9797                                        horizontalAlign="left" 
    9898                                        dataProvider="{tablist}" 
    9999                                        /> 
    100100 
    101                                 <mx:DataGrid x="0" y="120" width="100%" dataProvider="{tlrecent}" 
     101                                <mx:DataGrid width="100%" dataProvider="{tlrecent}" 
    102102                                        fontFamily="MS Pゴシック" 
    103103                                        fontSize="12" 
    104                                         paddingBottom="-4
    105                                         paddingTop="-4
     104                                        paddingBottom="0
     105                                        paddingTop="0
    106106                                        paddingLeft="0" 
    107107                                        sortableColumns="false" 
     108                                        selectionDuration="0" 
    108109                                        itemClick="onItemClick(event);" 
    109110                                >