diff --git a/mods/cnc/chrome/gameinit.yaml b/mods/cnc/chrome/gameinit.yaml index cc07d3f84f..2ac683d7f1 100644 --- a/mods/cnc/chrome/gameinit.yaml +++ b/mods/cnc/chrome/gameinit.yaml @@ -24,7 +24,7 @@ Background@INIT_CHOOSEINSTALL: Bold:True Label@DESC1: X:0 - Y:50 + Y:65 Width:PARENT_RIGHT Height:25 Text:OpenRA requires the original C&C game content. @@ -35,10 +35,11 @@ Background@INIT_CHOOSEINSTALL: Width:PARENT_RIGHT Height:25 Text:Content can be downloaded, or copied from the install CD. + Visible:false Align:Center Button@DOWNLOAD: Id:DOWNLOAD - X:PARENT_RIGHT - 420 + X:PARENT_RIGHT - 280 Y:PARENT_BOTTOM - 45 Width:120 Height:25 @@ -46,10 +47,11 @@ Background@INIT_CHOOSEINSTALL: Bold:True Button@FROMCD: Id:FROMCD - X:PARENT_RIGHT - 280 + X:PARENT_RIGHT - 420 Y:PARENT_BOTTOM - 45 Width:120 Height:25 + Visible:false Text:From CD Bold:True Button@QUIT: diff --git a/mods/ra/chrome/gameinit.yaml b/mods/ra/chrome/gameinit.yaml index 8d041372f7..07822dd115 100644 --- a/mods/ra/chrome/gameinit.yaml +++ b/mods/ra/chrome/gameinit.yaml @@ -24,7 +24,7 @@ Background@INIT_CHOOSEINSTALL: Bold:True Label@DESC1: X:0 - Y:50 + Y:65 Width:PARENT_RIGHT Height:25 Text:OpenRA requires the original Red Alert game content. @@ -35,10 +35,11 @@ Background@INIT_CHOOSEINSTALL: Width:PARENT_RIGHT Height:25 Text:Content can be downloaded, or copied from the install CD. + Visible:false Align:Center Button@DOWNLOAD: Id:DOWNLOAD - X:PARENT_RIGHT - 420 + X:PARENT_RIGHT - 280 Y:PARENT_BOTTOM - 45 Width:120 Height:25 @@ -46,11 +47,12 @@ Background@INIT_CHOOSEINSTALL: Bold:True Button@FROMCD: Id:FROMCD - X:PARENT_RIGHT - 280 + X:PARENT_RIGHT - 420 Y:PARENT_BOTTOM - 45 Width:120 Height:25 Text:From CD + Visible:false Bold:True Button@QUIT: Id:QUIT