Inherit map bin size from the root.

This commit is contained in:
Paul Chote
2015-10-04 17:26:44 +01:00
parent c6740b1bcb
commit d5721af91e
4 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
Container@LOBBY_MAP_PREVIEW: Container@LOBBY_MAP_PREVIEW:
Logic: LobbyMapPreviewLogic Logic: LobbyMapPreviewLogic
X: PARENT_RIGHT-15-WIDTH Width: PARENT_RIGHT
Y: 30 Height: PARENT_BOTTOM
Width: 194
Height: 250
Children: Children:
Container@MAP_AVAILABLE: Container@MAP_AVAILABLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT

View File

@@ -18,8 +18,10 @@ Container@SERVER_LOBBY:
Background: panel-black Background: panel-black
Children: Children:
Container@MAP_PREVIEW_ROOT: Container@MAP_PREVIEW_ROOT:
Width: PARENT_RIGHT X: PARENT_RIGHT-15-WIDTH
Height: PARENT_BOTTOM Y: 30
Width: 194
Height: 250
Container@TOP_PANELS_ROOT: Container@TOP_PANELS_ROOT:
X: 15 X: 15
Y: 30 Y: 30

View File

@@ -1,9 +1,7 @@
Container@LOBBY_MAP_PREVIEW: Container@LOBBY_MAP_PREVIEW:
Logic: LobbyMapPreviewLogic Logic: LobbyMapPreviewLogic
X: PARENT_RIGHT-20-WIDTH Width: PARENT_RIGHT
Y: 67 Height: PARENT_BOTTOM
Width: 214
Height: 250
Children: Children:
Container@MAP_AVAILABLE: Container@MAP_AVAILABLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT

View File

@@ -14,8 +14,10 @@ Background@SERVER_LOBBY:
Height: 20 Height: 20
Font: Bold Font: Bold
Container@MAP_PREVIEW_ROOT: Container@MAP_PREVIEW_ROOT:
Width: PARENT_RIGHT X: PARENT_RIGHT-20-WIDTH
Height: PARENT_BOTTOM Y: 67
Width: 214
Height: 250
Container@TOP_PANELS_ROOT: Container@TOP_PANELS_ROOT:
X: 20 X: 20
Y: 67 Y: 67