* adjusted layout of about window to match the design concept. * replaced main font to be Roboto.
10 lines
122 B
CSS
10 lines
122 B
CSS
QToolTip {
|
|
background-color: #E0E0E0;
|
|
color: black;
|
|
font-size: <setting:font_size>pt;
|
|
}
|
|
|
|
* {
|
|
font-family: "Roboto";
|
|
}
|