Fixed fonts size for boards title

* Fixed fonts size for boards title
* Fixed vertical spacer to not stretch the height of the Subscribe Button
This commit is contained in:
defnax 2021-12-11 11:37:02 +01:00
parent 5be7869304
commit fddb88010e

View File

@ -251,7 +251,7 @@ p, li { white-space: pre-wrap; }
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType">
<enum>QSizePolicy::Preferred</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
@ -310,7 +310,7 @@ p, li { white-space: pre-wrap; }
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>11</pointsize> <pointsize>25</pointsize>
<weight>75</weight> <weight>75</weight>
<italic>true</italic> <italic>true</italic>
<bold>true</bold> <bold>true</bold>