Unify the fonts used in the frequency panel
This commit is contained in:
parent
a3e9376c34
commit
0988723001
@ -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="true"] {
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user