diff --git a/mods/cnc/chrome.yaml b/mods/cnc/chrome.yaml index 0dfff6c556..dd84710d78 100644 --- a/mods/cnc/chrome.yaml +++ b/mods/cnc/chrome.yaml @@ -335,17 +335,6 @@ shellmapborder: chrome.png corner-br: 223,223,33,33 background: 161,161,62,62 -dialog4: dialog4.png - border-t: 5,0,52,6 - border-b: 5,58,52,6 - border-l: 0,5,6,54 - border-r: 58,5,6,54 - corner-tl: 0,0,6,6 - corner-tr: 58,0,6,6 - corner-bl: 0,58,6,6 - corner-br: 58,58,6,6 - background: 5,5,52,52 - music: chrome.png pause: 256,0,16,16 stop: 272,0,16,16 diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index de11bbb791..5b50816f43 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -71,7 +71,7 @@ Container@INGAME_ROOT: Y:(WINDOW_BOTTOM - HEIGHT)/2 Width:400 Height:100 - Background:dialog4 + Background:panel-black Visible:false Children: Label@TEXT: @@ -254,7 +254,7 @@ Background@FMVPLAYER: Id:FMVPLAYER Width:WINDOW_RIGHT Height:WINDOW_BOTTOM - Background:dialog4 + Background:panel-black Children: VqaPlayer: Id:PLAYER diff --git a/mods/cnc/uibits/dialog4.png b/mods/cnc/uibits/dialog4.png deleted file mode 100644 index a2ac1416e3..0000000000 Binary files a/mods/cnc/uibits/dialog4.png and /dev/null differ