Fix invalid integer expression syntax.

This commit is contained in:
Matthias Mailänder
2023-05-30 19:39:09 +02:00
committed by Gustas
parent 5eec9d29cb
commit e164e48aae
12 changed files with 24 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ Container@LOBBY_PLAYER_BIN:
Align: Center
Font: Bold
Label@TEAM:
X: 460-25
X: 460 - 25
Width: 50
Height: 25
Text: Team

View File

@@ -44,21 +44,21 @@ Container@LOBBY_SERVERS_BIN:
Children:
Label@OUTDATED_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 18
Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@UNKNOWN_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 18
Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 18
Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -62,21 +62,21 @@ Container@MULTIPLAYER_PANEL:
Children:
Label@OUTDATED_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@UNKNOWN_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -1,7 +1,7 @@
Container@DIRECTCONNECT_PANEL:
Logic: DirectConnectLogic
X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - 90)/2
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90) / 2
Width: 370
Height: 125
Children:

View File

@@ -511,6 +511,6 @@ Container@REGISTERED_PLAYER_TOOLTIP:
Font: Bold
Background@BADGES_CONTAINER:
Width: PARENT_RIGHT
Y: 0-1
Y: -1
Visible: false
Background: panel-black

View File

@@ -40,21 +40,21 @@ Container@LOBBY_SERVERS_BIN:
Children:
Label@OUTDATED_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@UNKNOWN_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -47,7 +47,7 @@ Background@SERVER_LOBBY:
Font: Bold
Text: Options
Button@MUSIC_TAB:
X: 2*162
X: 2 * 162
Y: 285
Width: 162
Height: 31

View File

@@ -329,7 +329,7 @@ Background@MAINMENU_SYSTEM_INFO_PROMPT:
X: 20
Y: 98
Width: PARENT_RIGHT - 40
Height: 355-98-10
Height: 355 - 98 - 10
TopBottomSpacing: 4
ItemSpacing: 4
Children:

View File

@@ -53,21 +53,21 @@ Background@MULTIPLAYER_PANEL:
Children:
Label@OUTDATED_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@UNKNOWN_VERSION_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net
Font: TinyBold
Label@PLAYTEST_AVAILABLE_LABEL:
X: 5
Width: PARENT_RIGHT-10
Width: PARENT_RIGHT - 10
Height: 20
Align: Center
Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net

View File

@@ -1,7 +1,7 @@
Background@MULTIPLAYER_CREATESERVER_PANEL:
Logic: ServerCreationLogic
X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - HEIGHT)/2
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 530
Height: 315
Children:
@@ -252,7 +252,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL:
Key: escape
Button@CREATE_BUTTON:
Key: return
X: PARENT_RIGHT - 2*WIDTH - 30
X: PARENT_RIGHT - 2 * WIDTH - 30
Y: PARENT_BOTTOM - 45
Width: 120
Height: 25

View File

@@ -1,7 +1,7 @@
Background@DIRECTCONNECT_PANEL:
Logic: DirectConnectLogic
X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - HEIGHT)/2
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 450
Height: 160
Children:

View File

@@ -627,7 +627,7 @@ Container@PLAYER_WIDGETS:
TooltipTemplate: SIMPLE_TOOLTIP
Children:
Image@CASH_ICON:
X: 0-21
X: -21
Y: 4
ImageCollection: cash-icons
ImageName: cash-normal