restore back changes

This commit is contained in:
defnax 2025-01-18 16:06:03 +01:00
parent e5f2ef2335
commit e835385000
3 changed files with 4 additions and 1 deletions

View File

@ -73,6 +73,7 @@
<widget class="QLabel" name="titleBarLabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<pointsize>12</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>

View File

@ -91,6 +91,7 @@
<widget class="QLabel" name="titleBarLabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<pointsize>12</pointsize>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>

View File

@ -70,7 +70,8 @@
<widget class="QLabel" name="titleBarLabel"> <widget class="QLabel" name="titleBarLabel">
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>