Draw user button over logo to avoid hover conflict

This commit is contained in:
Deve 2019-05-13 23:48:11 +02:00
parent 4883e4a585
commit e972c7d40f

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="0" y="0" width="100%" height="fit" layout="vertical-row">
<button id="user-id" width="12f" height="fit" align="right"/>
</div>
<div x="0" y="0" width="100%" height="100%" layout="vertical-row" >
<icon id="logo" align="center" proportion="5" width="100%" icon="gui/icons/logo.png"/>
@ -68,4 +64,8 @@
</buttonbar>
</bottombar>
</div>
<div x="0" y="0" width="100%" height="fit" layout="vertical-row">
<button id="user-id" width="12f" height="fit" align="right"/>
</div>
</stkgui>