mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 05:13:43 +00:00
Correct z-ordering issue for chat panel and input form. Patch by dalerank, refs #3535.
This was SVN commit r17691.
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
<!-- ================================ ================================ -->
|
||||
|
||||
<!-- Chat panel -->
|
||||
<object name="chatPanel" size="0 130 100% 100%-240" type="image" ghost="true">
|
||||
<object name="chatPanel" size="0 130 100% 100%-240" type="image" ghost="true" z="0" absolute="true">
|
||||
<object name="chatText" size="3 1 100%-1 100%-1" type="text" style="chatPanel" ghost="true"/>
|
||||
</object>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user