Adjust widget sizes to ensure they accommodate the English translation text.
Some existing widget are too small to accommodate their text. Adjust their sizes to fit. Text can be rendered outside the widget bounds so visually this often has no impact, but adjusting this now will help in the future for checking translation text for other languages fit in their widgets.
This commit is contained in:
@@ -57,7 +57,7 @@ Container@SKIRMISH_STATS:
|
||||
Label@ACTIONS:
|
||||
X: 457
|
||||
Y: 1
|
||||
Width: 20
|
||||
Width: 80
|
||||
Height: 25
|
||||
Text: label-stats-actions
|
||||
Font: Bold
|
||||
|
||||
@@ -459,7 +459,7 @@ Container@OBSERVER_WIDGETS:
|
||||
Label@SUPPORT_POWERS_HEADER:
|
||||
X: 155
|
||||
Y: 0
|
||||
Width: 100
|
||||
Width: 200
|
||||
Height: PARENT_BOTTOM
|
||||
Font: Bold
|
||||
Text: label-support-powers-header
|
||||
|
||||
@@ -51,7 +51,7 @@ Container@LOBBY_PLAYER_BIN:
|
||||
Font: Bold
|
||||
Label@LABEL_LOBBY_STATUS:
|
||||
X: 617
|
||||
Width: 20
|
||||
Width: 20 + 24
|
||||
Height: 25
|
||||
Text: label-container-lobby-status
|
||||
Align: Left
|
||||
@@ -253,7 +253,7 @@ Container@LOBBY_PLAYER_BIN:
|
||||
Text: label-faction-factionname
|
||||
Label@TEAM:
|
||||
X: 420
|
||||
Width: 23
|
||||
Width: 42
|
||||
Height: 25
|
||||
Align: Center
|
||||
Text: label-template-noneditable-player-team
|
||||
|
||||
@@ -122,6 +122,7 @@ Background@LATENCY_TOOLTIP:
|
||||
Label@LATENCY_PREFIX:
|
||||
X: 7
|
||||
Y: 4
|
||||
Width: 200
|
||||
Height: 23
|
||||
Font: Bold
|
||||
Text: label-latency-tooltip-prefix
|
||||
@@ -134,12 +135,13 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
|
||||
Logic: AnonymousProfileTooltipLogic
|
||||
Background: dialog3
|
||||
Height: 32
|
||||
Width: 200
|
||||
Width: 300
|
||||
Children:
|
||||
Label@NAME:
|
||||
X: 7
|
||||
Y: 3
|
||||
Text: label-anonymous-player-tooltip-name
|
||||
Width: 290
|
||||
Height: 24
|
||||
Font: MediumBold
|
||||
Label@LOCATION:
|
||||
@@ -169,6 +171,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP:
|
||||
ImageName: admin
|
||||
Label@LABEL:
|
||||
X: 10
|
||||
Width: 200
|
||||
Height: 12
|
||||
Text: label-game-admin
|
||||
Font: TinyBold
|
||||
@@ -212,6 +215,7 @@ Background@REGISTERED_PLAYER_TOOLTIP:
|
||||
Label@LABEL:
|
||||
X: 10
|
||||
Y: 1
|
||||
Width: 200
|
||||
Height: 12
|
||||
Text: label-game-admin
|
||||
Font: TinyBold
|
||||
|
||||
Reference in New Issue
Block a user