Merge pull request #10063 from pchote/fix-mp-dropdown

Fix width of the MP filter checkboxes.
This commit is contained in:
RoosterDragon
2015-11-22 01:34:33 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

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