dbhub: Tweak certificate UI in the preferences dialog

Don't highlight all the horizonzal headers when selecting a certificate
row in the preferences dialog.

See issue #1087.
This commit is contained in:
Martin Kleusberg
2017-09-01 13:08:31 +02:00
parent 437163054c
commit 88ee1ac535
+6
View File
@@ -1035,6 +1035,9 @@
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Subject CN</string>
@@ -1094,6 +1097,9 @@
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>File</string>