Remove accidentally hard-coded font

This commit is contained in:
Martchus 2023-03-30 00:02:01 +02:00
parent e407f0b455
commit a45734de1d
1 changed files with 1 additions and 11 deletions

View File

@ -281,22 +281,12 @@
</item>
<item>
<widget class="QPushButton" name="closePushButton">
<property name="font">
<font>
<family>Segoe UI,Sans</family>
<pointsize>9</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Close</string>
</property>
<property name="icon">
<iconset theme="window-close">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="checkable">
<bool>false</bool>