Merge pull request #5593 from RobotCaleb/misc_fixes

Expanded credits window a bit
This commit is contained in:
Chris Forbes
2014-06-10 10:39:50 +12:00
3 changed files with 7 additions and 3 deletions

6
.gitignore vendored
View File

@@ -56,4 +56,8 @@ Lua-API.md
*.html *.html
# StyleCop # StyleCop
*.Cache *.Cache
# SublimeText
*.sublime-project
*.sublime-workspace

View File

@@ -2,7 +2,7 @@ Container@CREDITS_PANEL:
Logic: CreditsLogic Logic: CreditsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400)/2
Width: 400 Width: 410
Height: 435 Height: 435
Children: Children:
Label@CREDITS_TITLE: Label@CREDITS_TITLE:

View File

@@ -2,7 +2,7 @@ Background@CREDITS_PANEL:
Logic: CreditsLogic Logic: CreditsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400)/2
Width: 400 Width: 410
Height: 450 Height: 450
Children: Children:
Label@CREDITS_TITLE: Label@CREDITS_TITLE: