Fix width of the MP filter checkboxes.

This commit is contained in:
Paul Chote
2015-11-22 01:01:05 +00:00
parent 458de06727
commit 6777bb247b
2 changed files with 10 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@WAITING_FOR_PLAYERS: Checkbox@WAITING_FOR_PLAYERS:
X: 5 X: 5
Y: 5 Y: 5
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Waiting Text: Waiting
TextColor: 32CD32 TextColor: 32CD32
@@ -81,14 +81,14 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@EMPTY: Checkbox@EMPTY:
X: 5 X: 5
Y: 30 Y: 30
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Empty Text: Empty
Font: Regular Font: Regular
Checkbox@PASSWORD_PROTECTED: Checkbox@PASSWORD_PROTECTED:
X: 5 X: 5
Y: 55 Y: 55
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Protected Text: Protected
TextColor: FF0000 TextColor: FF0000
@@ -96,7 +96,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@ALREADY_STARTED: Checkbox@ALREADY_STARTED:
X: 5 X: 5
Y: 80 Y: 80
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Started Text: Started
TextColor: FFA500 TextColor: FFA500
@@ -104,7 +104,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@INCOMPATIBLE_VERSION: Checkbox@INCOMPATIBLE_VERSION:
X: 5 X: 5
Y: 105 Y: 105
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Incompatible Text: Incompatible
TextColor: BEBEBE TextColor: BEBEBE

View File

@@ -74,7 +74,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@WAITING_FOR_PLAYERS: Checkbox@WAITING_FOR_PLAYERS:
X: 5 X: 5
Y: 5 Y: 5
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Waiting Text: Waiting
TextColor: 32CD32 TextColor: 32CD32
@@ -82,14 +82,14 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@EMPTY: Checkbox@EMPTY:
X: 5 X: 5
Y: 30 Y: 30
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Empty Text: Empty
Font: Regular Font: Regular
Checkbox@PASSWORD_PROTECTED: Checkbox@PASSWORD_PROTECTED:
X: 5 X: 5
Y: 55 Y: 55
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Protected Text: Protected
TextColor: FF0000 TextColor: FF0000
@@ -97,7 +97,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@ALREADY_STARTED: Checkbox@ALREADY_STARTED:
X: 5 X: 5
Y: 80 Y: 80
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Started Text: Started
TextColor: FFA500 TextColor: FFA500
@@ -105,7 +105,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@INCOMPATIBLE_VERSION: Checkbox@INCOMPATIBLE_VERSION:
X: 5 X: 5
Y: 105 Y: 105
Width: 137 Width: PARENT_RIGHT-29
Height: 20 Height: 20
Text: Incompatible Text: Incompatible
TextColor: BEBEBE TextColor: BEBEBE