Unify the fonts used in the frequency panel

This commit is contained in:
Jordan Sherer 2019-01-24 11:39:03 -05:00
parent a3e9376c34
commit 0988723001

View File

@ -301,13 +301,11 @@ QPushButton[oob="true"] {
</property>
<property name="styleSheet">
<string notr="true">QLabel {
font-family: MS Shell Dlg 2;
font-size: 12pt;
font-style: italic;
color : white;
background-color : black;
}
</string>
font-family: MS Shell Dlg 2;
font-size: 14pt;
line-height:12pt;
color : white;
}</string>
</property>
<property name="text">
<string>1500 Hz</string>
@ -398,8 +396,12 @@ QPushButton[oob=&quot;true&quot;] {
<item>
<widget class="QLabel" name="labCallsign">
<property name="styleSheet">
<string notr="true">QLabel { color:white; }
</string>
<string notr="true">QLabel {
font-family: MS Shell Dlg 2;
font-size: 14pt;
line-height:12pt;
color : white;
}</string>
</property>
<property name="text">
<string>Callsign</string>