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:
elexis 2016-01-23 03:24:00 +00:00
parent c97a91f7bd
commit 4fbd550cda

View File

@ -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>