Make the news panel dropdown consistent across mods.

This commit is contained in:
Paul Chote
2015-09-19 12:46:07 +01:00
parent c0dd9c4566
commit 55dee63b55
5 changed files with 7 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 25 Height: 25
ScrollPanel@NEWS_PANEL: ScrollPanel@NEWS_PANEL:
Width: 370 Width: 400
Height: 265 Height: 265
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5

View File

@@ -193,23 +193,16 @@ Container@MAINMENU:
Background@NEWS_BG: Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH)/2
Y: 35 Y: 35
Width: 400 Width: 430
Height: 55 Height: 55
Children: Children:
DropDownButton@NEWS_BUTTON: DropDownButton@NEWS_BUTTON:
X: 15 X: 15
Y: 15 Y: 15
Width: 370 Width: 400
Height: 25 Height: 25
Text: Battlefield News Text: Battlefield News
Font: Bold Font: Bold
Label@NEWS_STATUS:
X: 80
Y: 0
Width: PARENT_RIGHT - 80 - 80 - 24
Height: PARENT_BOTTOM
Align: Center
VAlign: Middle
Container@PERFORMANCE_INFO: Container@PERFORMANCE_INFO:
Logic: PerfDebugLogic Logic: PerfDebugLogic
Children: Children:

View File

@@ -99,7 +99,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 25 Height: 25
ScrollPanel@NEWS_PANEL: ScrollPanel@NEWS_PANEL:
Width: 370 Width: 400
Height: 265 Height: 265
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5

View File

@@ -228,14 +228,14 @@ Container@MAINMENU:
Background@NEWS_BG: Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH)/2
Y: 35 Y: 35
Width: 400 Width: 430
Height: 55 Height: 55
Children: Children:
DropDownButton@NEWS_BUTTON: DropDownButton@NEWS_BUTTON:
Background: newsbutton Background: newsbutton
X: 15 X: 15
Y: 15 Y: 15
Width: 370 Width: 400
Height: 25 Height: 25
Text: Battlefield News Text: Battlefield News
Font: Bold Font: Bold

View File

@@ -96,7 +96,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 25 Height: 25
ScrollPanel@NEWS_PANEL: ScrollPanel@NEWS_PANEL:
Width: 370 Width: 400
Height: 265 Height: 265
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5