OSDN Git Service

#xxxxx DTXManiaをDTXVモードで起動する場合のウインドウサイズの初期値を640x360に変更。 origin/trunk Release106
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Mon, 22 Aug 2016 15:46:36 +0000 (15:46 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Mon, 22 Aug 2016 15:46:36 +0000 (15:46 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@1034 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/ステージ/04.コンフィグ/CConfigXml.cs
実行時フォルダ/DTXManiaGR.exe

index 359c50e..034b58f 100644 (file)
@@ -538,7 +538,7 @@ namespace DTXMania
                        nWASAPIBufferSizeMs = new COptionInteger(50);\r
                        nChipDisplayTimeMs = new COptionInteger(3000);\r
                        nChipFadeoutTimeMs = new COptionInteger(2000);\r
-                       rcViewerWindow = new Coordinates.CRect(100, 100, 1280, 720);\r
+                       rcViewerWindow = new Coordinates.CRect(100, 100, 640, 360);\r
                        nMasterVolume = new COptionInteger(100);\r
                        nPolyphonicSounds = new COptionInteger(4);\r
 \r
index be2f4c5..0cb85e8 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ