Android: AVD Manager don't highlight header elements

The highlighted headers gets a bit annoying and serves nothing.

Change-Id: I5061792ee080cb10740d2dedc26f06f499043ac1
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-03-12 17:39:41 +02:00
parent 86090059dd
commit 819663c12f

View File

@@ -317,6 +317,9 @@
<property name="textElideMode">
<enum>Qt::ElideMiddle</enum>
</property>
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>