fix value alignment in record browser

This commit is contained in:
kvazar-network 2024-06-09 19:56:32 +03:00
parent 8bc83f7065
commit 31d1aea975

View File

@ -82,6 +82,12 @@
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#detailValue { background: transparent }</string> <string notr="true">#detailValue { background: transparent }</string>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>