diff --git a/mods/cnc/chrome/assetbrowser.yaml b/mods/cnc/chrome/assetbrowser.yaml index 847e98425b..9ba5f78de8 100644 --- a/mods/cnc/chrome/assetbrowser.yaml +++ b/mods/cnc/chrome/assetbrowser.yaml @@ -66,6 +66,7 @@ Container@ASSETBROWSER_PANEL: Y: 365 Width: 160 Height: 25 + Type: Filename Label@PALETTE_DESC: X: PARENT_RIGHT - WIDTH - 270 Y: 30 diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index 949d963b6d..e2795f372c 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -43,6 +43,7 @@ Container@NEW_MAP_BG: MaxLength: 3 Height: 25 Text: 128 + Type: Integer Label@HEIGHT_LABEL: X: 135 Y: 49 @@ -57,6 +58,7 @@ Container@NEW_MAP_BG: MaxLength: 3 Height: 25 Text: 128 + Type: Integer Button@CANCEL_BUTTON: Y: 89 Width: 140 @@ -157,6 +159,7 @@ Container@SAVE_MAP_PANEL: Y: 155 Width: 105 Height: 25 + Type: Filename DropDownButton@TYPE_DROPDOWN: X: 220 Y: 155 diff --git a/mods/cnc/chrome/multiplayer-createserver.yaml b/mods/cnc/chrome/multiplayer-createserver.yaml index 81012797e8..b04a608316 100644 --- a/mods/cnc/chrome/multiplayer-createserver.yaml +++ b/mods/cnc/chrome/multiplayer-createserver.yaml @@ -62,6 +62,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL: Height: 25 MaxLength: 5 Text: 1234 + Type: Integer Checkbox@ADVERTISE_CHECKBOX: X: 180 Y: 87 diff --git a/mods/cnc/chrome/multiplayer-directconnect.yaml b/mods/cnc/chrome/multiplayer-directconnect.yaml index bc594c5e2d..54e3d9d4a5 100644 --- a/mods/cnc/chrome/multiplayer-directconnect.yaml +++ b/mods/cnc/chrome/multiplayer-directconnect.yaml @@ -41,6 +41,7 @@ Container@DIRECTCONNECT_PANEL: Y: 50 Width: 200 Height: 25 + Type: Integer Button@BACK_BUTTON: Key: escape X: 0 diff --git a/mods/cnc/chrome/settings.yaml b/mods/cnc/chrome/settings.yaml index a1ebef3be9..1fdb7e5f4d 100644 --- a/mods/cnc/chrome/settings.yaml +++ b/mods/cnc/chrome/settings.yaml @@ -104,6 +104,7 @@ Container@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 5 + Type: Integer Label@X: Text: x Font: Bold @@ -117,6 +118,7 @@ Container@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 5 + Type: Integer Checkbox@HARDWARECURSORS_CHECKBOX: X: 310 Y: 75 @@ -165,6 +167,7 @@ Container@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 3 + Type: Integer Label@FRAME_LIMIT_DESC_B: X: 150 Y: 152 diff --git a/mods/common/chrome/assetbrowser.yaml b/mods/common/chrome/assetbrowser.yaml index ce413acf2f..57f38a4a70 100644 --- a/mods/common/chrome/assetbrowser.yaml +++ b/mods/common/chrome/assetbrowser.yaml @@ -61,6 +61,7 @@ Background@ASSETBROWSER_PANEL: Y: 395 Width: 160 Height: 25 + Type: Filename Label@PALETTE_DESC: X: PARENT_RIGHT - WIDTH - 270 Y: 60 diff --git a/mods/common/chrome/editor.yaml b/mods/common/chrome/editor.yaml index d8788c83c3..c82101a85a 100644 --- a/mods/common/chrome/editor.yaml +++ b/mods/common/chrome/editor.yaml @@ -39,6 +39,7 @@ Background@NEW_MAP_BG: MaxLength: 3 Height: 25 Text: 128 + Type: Integer Label@HEIGHT_LABEL: X: 130 Y: 94 @@ -53,6 +54,7 @@ Background@NEW_MAP_BG: MaxLength: 3 Height: 25 Text: 128 + Type: Integer Button@CREATE_BUTTON: X: 30 Y: PARENT_BOTTOM - 45 @@ -148,6 +150,7 @@ Background@SAVE_MAP_PANEL: Y: 200 Width: 105 Height: 25 + Type: Filename DropDownButton@TYPE_DROPDOWN: X: 220 Y: 200 diff --git a/mods/common/chrome/multiplayer-createserver.yaml b/mods/common/chrome/multiplayer-createserver.yaml index 1e71de4317..b10c92fef2 100644 --- a/mods/common/chrome/multiplayer-createserver.yaml +++ b/mods/common/chrome/multiplayer-createserver.yaml @@ -57,6 +57,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Height: 25 MaxLength: 5 Text: 1234 + Type: Integer Checkbox@ADVERTISE_CHECKBOX: X: 180 Y: 117 diff --git a/mods/common/chrome/multiplayer-directconnect.yaml b/mods/common/chrome/multiplayer-directconnect.yaml index 075453fae4..76087eb2a7 100644 --- a/mods/common/chrome/multiplayer-directconnect.yaml +++ b/mods/common/chrome/multiplayer-directconnect.yaml @@ -39,6 +39,7 @@ Background@DIRECTCONNECT_PANEL: Width: 60 MaxLength: 5 Height: 25 + Type: Integer Button@JOIN_BUTTON: X: PARENT_RIGHT - 430 Y: PARENT_BOTTOM - 45 diff --git a/mods/common/chrome/settings.yaml b/mods/common/chrome/settings.yaml index ef77f42082..91fca369d2 100644 --- a/mods/common/chrome/settings.yaml +++ b/mods/common/chrome/settings.yaml @@ -117,6 +117,7 @@ Background@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 5 + Type: Integer Label@X: Text: x Font: Bold @@ -130,6 +131,7 @@ Background@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 5 + Type: Integer Checkbox@HARDWARECURSORS_CHECKBOX: X: 310 Y: 75 @@ -178,6 +180,7 @@ Background@SETTINGS_PANEL: Width: 45 Height: 25 MaxLength: 3 + Type: Integer Label@FRAME_LIMIT_DESC_B: X: 150 Y: 157