Formatting fixes.

This commit is contained in:
Paul Chote
2016-05-29 15:52:38 +01:00
parent 3585d8afd4
commit 8f412e255d
2 changed files with 138 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
Background@CONTENT_PANEL: Background@CONTENT_PANEL:
Logic: ModContentLogic Logic: ModContentLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 500 Width: 500
Height: 268 Height: 268
Background: panel-bg Background: panel-bg
@@ -10,8 +10,8 @@ Background@CONTENT_PANEL:
X: 30 X: 30
Y: 50 Y: 50
Width: 440 Width: 440
Height:150 Height: 150
Background:panel-rule Background: panel-rule
Label@TITLE: Label@TITLE:
X: 0 X: 0
Y: 12 Y: 12
@@ -88,7 +88,7 @@ Background@CONTENT_PANEL:
Button@CHECK_DISC_BUTTON: Button@CHECK_DISC_BUTTON:
X: 30 X: 30
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Text: Detect Disc Text: Detect Disc
@@ -96,7 +96,7 @@ Background@CONTENT_PANEL:
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT - 140 X: PARENT_RIGHT - 140
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Text: Back Text: Back
@@ -163,7 +163,7 @@ Container@PACKAGE_DOWNLOAD_PANEL:
Button@RETRY_BUTTON: Button@RETRY_BUTTON:
X: 30 X: 30
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 120 Width: 120
Height: 32 Height: 32
Visible: false Visible: false
@@ -173,7 +173,7 @@ Container@PACKAGE_DOWNLOAD_PANEL:
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: PARENT_RIGHT - 30 - WIDTH X: PARENT_RIGHT - 30 - WIDTH
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Text: Cancel Text: Cancel
@@ -193,7 +193,7 @@ Background@DISC_INSTALL_PANEL:
Y: 50 Y: 50
Width: 440 Width: 440
Height:150 Height:150
Background:panel-rule Background: panel-rule
Label@TITLE: Label@TITLE:
Y: 12 Y: 12
Width: PARENT_RIGHT Width: PARENT_RIGHT
@@ -254,7 +254,7 @@ Background@DISC_INSTALL_PANEL:
Button@PRIMARY_BUTTON: Button@PRIMARY_BUTTON:
X: 30 X: 30
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Font: Bold Font: Bold
@@ -262,7 +262,7 @@ Background@DISC_INSTALL_PANEL:
Button@SECONDARY_BUTTON: Button@SECONDARY_BUTTON:
X: PARENT_RIGHT - 140 X: PARENT_RIGHT - 140
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Font: Bold Font: Bold
@@ -280,8 +280,8 @@ Background@CONTENT_PROMPT_PANEL:
X: 30 X: 30
Y: 50 Y: 50
Width: 440 Width: 440
Height:150 Height: 150
Background:panel-rule Background: panel-rule
Label@TITLE: Label@TITLE:
X: 0 X: 0
Y: 12 Y: 12
@@ -298,7 +298,7 @@ Background@CONTENT_PROMPT_PANEL:
Button@ADVANCED_BUTTON: Button@ADVANCED_BUTTON:
X: 30 X: 30
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 140 Width: 140
Height: 32 Height: 32
Text: Advanced Install Text: Advanced Install
@@ -314,7 +314,7 @@ Background@CONTENT_PROMPT_PANEL:
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT - WIDTH - 30 X: PARENT_RIGHT - WIDTH - 30
Y: PARENT_BOTTOM - 52 Y: PARENT_BOTTOM - 52
Background:button-highlighted Background: button-highlighted
Width: 110 Width: 110
Height: 32 Height: 32
Text: Back Text: Back

View File

@@ -1,169 +1,169 @@
Background@MODCHOOSER_BACKGROUND: Background@MODCHOOSER_BACKGROUND:
Background: background Background: background
Width:WINDOW_RIGHT Width: WINDOW_RIGHT
Height:WINDOW_BOTTOM Height: WINDOW_BOTTOM
Background@MODCHOOSER_DIALOG: Background@MODCHOOSER_DIALOG:
Logic:ModBrowserLogic Logic: ModBrowserLogic
Children: Children:
Container: Container:
X:(WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y:(WINDOW_BOTTOM - 500)/2 Y: (WINDOW_BOTTOM - 500) / 2
Width:750 Width: 750
Height:550-4-32 Height: 514
Children: Children:
Background@DIALOG_BACKGROUND: Background@DIALOG_BACKGROUND:
Y:69 Y: 69
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:PARENT_BOTTOM - 69 Height: PARENT_BOTTOM - 69
Background:panel-bg Background: panel-bg
Children: Children:
Label: Label:
X:53 X: 53
Y:30 Y: 30
Align:Left Align: Left
Font:MediumBold Font: MediumBold
Text:Choose your Battlefield: Text: Choose your Battlefield:
Container@MOD_LIST: Container@MOD_LIST:
X:53 X: 53
Y:60 Y: 60
Width:PARENT_RIGHT-106 Width: PARENT_RIGHT-106
Height:150 Height: 150
Children: Children:
Button@MOD_TEMPLATE: Button@MOD_TEMPLATE:
X:16 X: 16
Width:114 Width: 114
Height:114 Height: 114
TooltipContainer:TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
IgnoreChildMouseOver:true IgnoreChildMouseOver: true
Children: Children:
Container@MOD_NO_LOGO: Container@MOD_NO_LOGO:
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@A: Label@A:
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:PARENT_BOTTOM-20 Height: PARENT_BOTTOM-20
Text:Missing or Text: Missing or
Align:center Align: Center
Label@B: Label@B:
Y:20 Y: 20
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:PARENT_BOTTOM-20 Height: PARENT_BOTTOM-20
Text:invalid logo Text: invalid logo
Align:center Align: Center
RGBASprite@MOD_LOGO: RGBASprite@MOD_LOGO:
X:9 X: 9
Y:9 Y: 9
Button@PREV_MOD: Button@PREV_MOD:
X:15 X: 15
Y:60+41-16 Y: 85
Width:25 Width: 25
Height:64 Height: 64
IgnoreChildMouseOver:true IgnoreChildMouseOver: true
Children: Children:
Image: Image:
X:2 X: 2
ImageCollection:modchooser ImageCollection: modchooser
ImageName:leftarrow ImageName: leftarrow
Button@NEXT_MOD: Button@NEXT_MOD:
X:PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
Y:60+41-16 Y: 85
Width:25 Width: 25
Height:64 Height: 64
IgnoreChildMouseOver:true IgnoreChildMouseOver: true
Children: Children:
Image: Image:
X:3 X: 3
ImageCollection:modchooser ImageCollection: modchooser
ImageName:rightarrow ImageName: rightarrow
Background@RULE: Background@RULE:
X:30 X: 30
Y:PARENT_BOTTOM - 249 Y: PARENT_BOTTOM - 249
Width:PARENT_RIGHT-30 Width: PARENT_RIGHT - 60
Height:150 Height: 150
Background:panel-rule Background: panel-rule
Label@MOD_TITLE: Label@MOD_TITLE:
X:PARENT_RIGHT - 400 X: PARENT_RIGHT - 400
Y:PARENT_BOTTOM-220 Y: PARENT_BOTTOM-220
Align:Left Align: Left
Font:Bold Font: Bold
Label@MOD_AUTHOR: Label@MOD_AUTHOR:
X:PARENT_RIGHT - 400 X: PARENT_RIGHT - 400
Y:PARENT_BOTTOM-205 Y: PARENT_BOTTOM-205
Align:Left Align: Left
Font:TinyBold Font: TinyBold
Label@MOD_VERSION: Label@MOD_VERSION:
X:PARENT_RIGHT - 400 X: PARENT_RIGHT - 400
Y:PARENT_BOTTOM-192 Y: PARENT_BOTTOM-192
Align:Left Align: Left
Font:Tiny Font: Tiny
Label@MOD_DESC: Label@MOD_DESC:
X:PARENT_RIGHT - 400 X: PARENT_RIGHT - 400
Y:PARENT_BOTTOM-175 Y: PARENT_BOTTOM-175
Align:Left Align: Left
VAlign:Top VAlign: Top
Font:Tiny Font: Tiny
Background@PREVIEW: Background@PREVIEW:
X:30 X: 30
Y:PARENT_BOTTOM - 25 - HEIGHT Y: PARENT_BOTTOM - 25 - HEIGHT
Width:300 Width: 300
Height:200 Height: 200
Background:panel-thinborder Background: panel-thinborder
Children: Children:
Label: Label:
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:PARENT_BOTTOM Height: PARENT_BOTTOM
Text:Missing or invalid preview Text: Missing or invalid preview
Align:Center Align: Center
RGBASprite@MOD_PREVIEW: RGBASprite@MOD_PREVIEW:
X:2 X: 2
Y:2 Y: 2
Button@LOAD_BUTTON: Button@LOAD_BUTTON:
X:PARENT_RIGHT - 300 - WIDTH X: PARENT_RIGHT - 300 - WIDTH
Y:PARENT_BOTTOM - 25 - HEIGHT Y: PARENT_BOTTOM - 25 - HEIGHT
Width:100 Width: 100
Height:32 Height: 32
Text:Play Text: Play
Background:button-highlighted Background: button-highlighted
Key:return Key: return
Button@CONFIGURE_BUTTON: Button@CONFIGURE_BUTTON:
X:PARENT_RIGHT - 145 - WIDTH X: PARENT_RIGHT - 145 - WIDTH
Y:PARENT_BOTTOM - 25 - HEIGHT Y: PARENT_BOTTOM - 25 - HEIGHT
Width:140 Width: 140
Height:32 Height: 32
Text:Manage Content Text: Manage Content
Background:button-highlighted Background: button-highlighted
Button@QUIT_BUTTON: Button@QUIT_BUTTON:
X:PARENT_RIGHT - 30 - WIDTH X: PARENT_RIGHT - 30 - WIDTH
Y:PARENT_BOTTOM - 25 - HEIGHT Y: PARENT_BOTTOM - 25 - HEIGHT
Width:100 Width: 100
Height:32 Height: 32
Text:Quit Text: Quit
Background:button-highlighted Background: button-highlighted
Background@DIALOG_HEADER: Background@DIALOG_HEADER:
Width:PARENT_RIGHT Width: PARENT_RIGHT
Height:72 Height: 72
Background:panel-header Background: panel-header
Children: Children:
Image: Image:
X:(PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y:0-28 Y: 0-28
Width:280 Width: 280
ImageCollection:modchooser ImageCollection: modchooser
ImageName:logo ImageName: logo
TooltipContainer@TOOLTIP_CONTAINER: TooltipContainer@TOOLTIP_CONTAINER:
Background@BUTTON_TOOLTIP: Background@BUTTON_TOOLTIP:
Logic:ButtonTooltipLogic Logic: ButtonTooltipLogic
Background:panel-thinborder Background: panel-thinborder
Height:25 Height: 25
Children: Children:
Label@LABEL: Label@LABEL:
X:5 X: 5
Height:23 Height: 23
Font:Bold Font: Bold
Label@HOTKEY: Label@HOTKEY:
TextColor:FFFF00 TextColor: FFFF00
Height:23 Height: 23
Font:Bold Font: Bold