Skip to content

Commit

Permalink
make c&c work too
Browse files Browse the repository at this point in the history
  • Loading branch information
ytinasni committed Sep 21, 2010
1 parent d3db9d3 commit 64d700c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions mods/cnc/chrome/gamelobby.yaml
Expand Up @@ -5,7 +5,6 @@ Background@SERVER_LOBBY:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:800
Height:600
Visible:false
Children:
Label@LOBBY_TITLE:
X:0
Expand Down Expand Up @@ -396,7 +395,6 @@ Background@MAP_CHOOSER:
Delegate:MapChooserDelegate
Width:800
Height:600
Visible:false
Children:
Label@MAPCHOOSER_TITLE:
X:0
Expand Down
2 changes: 0 additions & 2 deletions mods/cnc/chrome/ingame.yaml
@@ -1,7 +1,6 @@
Container@INGAME_ROOT:
Id:INGAME_ROOT
Delegate:IngameChromeDelegate
Visible:false
Children:
WorldInteractionController:
X:0
Expand Down Expand Up @@ -281,7 +280,6 @@ Background@FMVPLAYER:
Id:FMVPLAYER
Width:WINDOW_RIGHT
Height:WINDOW_BOTTOM
Visible: false
Background:dialog4
Children:
VqaPlayer:
Expand Down
1 change: 0 additions & 1 deletion mods/cnc/chrome/mainmenu.yaml
Expand Up @@ -103,7 +103,6 @@ Background@MUSIC_MENU:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width: 450
Height: 250
Visible: false
Children:
Label@SETTINGS_LABEL_TITLE:
Id:SETTINGS_LABEL_TITLE
Expand Down
7 changes: 1 addition & 6 deletions mods/cnc/chrome/serverbrowser.yaml
Expand Up @@ -5,7 +5,6 @@ Background@CREATESERVER_BG:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:400
Height:240
Visible:false
Children:
Label@LABEL_TITLE:
Id:LABEL_TITLE
Expand Down Expand Up @@ -100,7 +99,6 @@ Background@JOINSERVER_BG:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:700
Height:410
Visible:false
Children:
Label@JOINSERVER_LABEL_TITLE:
Id:JOINSERVER_LABEL_TITLE
Expand Down Expand Up @@ -252,7 +250,6 @@ Background@DIRECTCONNECT_BG:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:400
Height:155
Visible:false
Children:
Label@DIRECTCONNECT_LABEL_TITLE:
Id:DIRECTCONNECT_LABEL_TITLE
Expand Down Expand Up @@ -296,12 +293,11 @@ Background@DIRECTCONNECT_BG:
Bold:True
Background@CONNECTION_FAILED_BG:
Id:CONNECTION_FAILED_BG
Delegate:ConnectionDialogsDelegate
Delegate:ConnectionFailedDelegate
X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:450
Height:150
Visible:false
Children:
Label@CONNECTION_FAILED_TITLE:
Id:CONNECTION_FAILED_TITLE
Expand Down Expand Up @@ -343,7 +339,6 @@ Background@CONNECTING_BG:
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:450
Height:150
Visible:false
Children:
Label@CONNECTING_TITLE:
Id:CONNECTING_TITLE
Expand Down
1 change: 0 additions & 1 deletion mods/cnc/chrome/settings.yaml
Expand Up @@ -5,7 +5,6 @@ Background@SETTINGS_MENU:
Y:(WINDOW_BOTTOM- HEIGHT)/2
Width: 450
Height: 350
Visible: false
Children:
Label@SETTINGS_LABEL_TITLE:
Id:SETTINGS_LABEL_TITLE
Expand Down
1 change: 0 additions & 1 deletion mods/cnc/chrome/videoplayer.yaml
Expand Up @@ -5,7 +5,6 @@ Background@VIDEOPLAYER_MENU:
Y:(WINDOW_BOTTOM- HEIGHT)/2
Width: 700
Height: 680
Visible: false
Children:
Label@VIDEOPLAYER_TITLE:
X:0
Expand Down

0 comments on commit 64d700c

Please sign in to comment.