remove wrong <weight> from fonts on Qt6

Change-Id: Ib94b2ed74598b9f54c2361e61bfa940e60bd7c62
This commit is contained in:
Georg Brandl 2025-02-28 18:40:12 +01:00 committed by Markus Zolliker
parent 42a6bfb5d2
commit d86718b81e
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
<property name="font"> <property name="font">
<font> <font>
<pointsize>18</pointsize> <pointsize>18</pointsize>
<weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>

View File

@ -21,7 +21,6 @@
<property name="font"> <property name="font">
<font> <font>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold> <bold>true</bold>
<underline>true</underline> <underline>true</underline>
</font> </font>