Pamhyr2: Fix some fonts size and family.

setup.py
Pierre-Antoine Rouby 2024-04-17 14:45:32 +02:00
parent 5189cbaa6f
commit ba2fa25636
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<widget class="QLabel" name="label_spinner"> <widget class="QLabel" name="label_spinner">
<property name="font"> <property name="font">
<font> <font>
<family>Ubuntu Mono</family> <family>Monospace</family>
<pointsize>12</pointsize> <pointsize>12</pointsize>
<weight>50</weight> <weight>50</weight>
<bold>false</bold> <bold>false</bold>

View File

@ -20,6 +20,7 @@
<property name="font"> <property name="font">
<font> <font>
<family>Monospace</family> <family>Monospace</family>
<pointsize>10</pointsize>
</font> </font>
</property> </property>
<property name="locale"> <property name="locale">