change text size (was uncomfortably big)

This commit is contained in:
Akash Mozumdar 2018-08-20 01:19:49 -04:00
parent 91ac0825f8
commit dc2643ffa7

View File

@ -22,11 +22,11 @@
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QObject <string notr="true">QObject
{ {
font: 11pt &quot;MS Shell Dlg 2&quot;; font: 10pt &quot;MS Shell Dlg 2&quot;;
} }
#textOutput #textOutput
{ {
font: 14pt &quot;MS Shell Dlg 2&quot;; font: 13pt &quot;MS Shell Dlg 2&quot;;
} }
QPushButton, QComboBox QPushButton, QComboBox
{ {
@ -290,7 +290,7 @@ QPushButton, QComboBox
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>949</width> <width>949</width>
<height>24</height> <height>22</height>
</rect> </rect>
</property> </property>
</widget> </widget>