Increase the size of ingame-info panel

And add an Actions section for Kick
This commit is contained in:
Gustas
2022-08-10 15:37:05 +03:00
committed by teinarss
parent dde10249d5
commit 16198c121c
7 changed files with 53 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ Container@SKIRMISH_STATS:
Container@STATS_HEADERS:
X: 22
Y: 81
Width: 393
Width: PARENT_RIGHT - 44
Children:
Label@NAME:
X: 10
@@ -54,10 +54,17 @@ Container@SKIRMISH_STATS:
Height: 25
Text: Score
Font: Bold
Label@ACTIONS:
X: 457
Y: 1
Width: 20
Height: 25
Text: Actions
Font: Bold
ScrollPanel@PLAYER_LIST:
X: 20
Y: 105
Width: 482
Width: PARENT_RIGHT - 40
Height: 265
ItemSpacing: 5
Children:
@@ -142,12 +149,15 @@ Container@SKIRMISH_STATS:
Height: 25
Shadow: True
Button@KICK:
X: 195
Width: 24
X: 485
Width: 25
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
TooltipText: Kick this player
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 6
Y: 8
X: 7
Y: 7