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>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QLabel {
|
<string notr="true">QLabel {
|
||||||
font-family: MS Shell Dlg 2;
|
font-family: MS Shell Dlg 2;
|
||||||
font-size: 12pt;
|
font-size: 14pt;
|
||||||
font-style: italic;
|
line-height:12pt;
|
||||||
color : white;
|
color : white;
|
||||||
background-color : black;
|
}</string>
|
||||||
}
|
|
||||||
</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>1500 Hz</string>
|
<string>1500 Hz</string>
|
||||||
@ -398,8 +396,12 @@ QPushButton[oob="true"] {
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labCallsign">
|
<widget class="QLabel" name="labCallsign">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QLabel { color:white; }
|
<string notr="true">QLabel {
|
||||||
</string>
|
font-family: MS Shell Dlg 2;
|
||||||
|
font-size: 14pt;
|
||||||
|
line-height:12pt;
|
||||||
|
color : white;
|
||||||
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Callsign</string>
|
<string>Callsign</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user