チェンジセット 3076

差分発生行の前後
無視リスト:
コミット日時:
2009/09/08 17:46:03 (2 年前)
コミッタ:
haku2
ログメッセージ:

version 文字列書き換え

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.mxml

    r3073 r3076  
    3939    <mx:Button id="undoButton" y="38" label="アンドゥ" enabled="false" paddingLeft="3" paddingRight="3" right="89"/> 
    4040    <mx:Button id="redoButton" y="38" label="リドゥ" enabled="false" paddingLeft="3" paddingRight="3" right="12"/> 
    41     <mx:Label id="versionLabel" y="127" text="ver.2009090601" right="7"/> 
     41    <mx:Label id="versionLabel" y="127" text="ver.2009090801" right="7"/> 
    4242    <mx:Button id="windowsResetButton" x="10" y="128" label="ウィンドウ初期状態" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17"/> 
    4343    <mx:Button id="passwordButton" x="373" y="128" label="ふっかつのじゅもん" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17" enabled="false"/> 
     
    5050  <gpcontrol:GPCanvasWindowControl id="gpCanvasWindow" x="145" y="163" width="379" height="410" layout="absolute" title="キャンバス"> 
    5151  </gpcontrol:GPCanvasWindowControl> 
    52   <gpcontrol:GPLayerWindowControl x="532" y="261" layout="absolute" title="レイヤー" id="gpLayerWindow" height="312"> 
     52  <gpcontrol:GPLayerWindowControl x="532" y="163" layout="absolute" title="レイヤー" id="gpLayerWindow" height="312"> 
    5353  </gpcontrol:GPLayerWindowControl> 
    5454</mx:Application>