Fix problem with display text in setupViewMode_2
Fix problem with display text messages in setupViewMode - 2 ([CTRL + .] x 2). Status messages was display in other place (higher than player character).
This commit is contained in:
parent
47766685d9
commit
9daec49212
|
@ -8,7 +8,7 @@ TextMessageLabel < UILabel
|
||||||
|
|
||||||
Panel
|
Panel
|
||||||
anchors.fill: gameMapPanel
|
anchors.fill: gameMapPanel
|
||||||
anchors.bottom: gameBottomPanel.top
|
anchors.bottom: gameMapPanel.bottom
|
||||||
focusable: false
|
focusable: false
|
||||||
|
|
||||||
Panel
|
Panel
|
||||||
|
|
Loading…
Reference in New Issue