kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
code cleanup
rodzic
72b01e0bab
commit
065e701a41
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
background foncer 343334
|
background dark 343334
|
||||||
|
|
||||||
background 545254
|
background 545254
|
||||||
background shadow 464446
|
background shadow 464446
|
||||||
|
@ -170,7 +170,7 @@ QGroupBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
[cssClass="aboutWindow"] {
|
[cssClass="aboutWindow"] {
|
||||||
background-color: #FF0000;
|
background-color: #545254;
|
||||||
}
|
}
|
||||||
|
|
||||||
[cssClass="dialog"] {
|
[cssClass="dialog"] {
|
||||||
|
|
|
@ -138,3 +138,6 @@ QSlider::sub-page:horizontal {
|
||||||
QSlider::sub-page:horizontal:disabled {
|
QSlider::sub-page:horizontal:disabled {
|
||||||
background-color: palette(light);
|
background-color: palette(light);
|
||||||
}
|
}
|
||||||
|
[cssClass="aboutWindow"] {
|
||||||
|
background-color: #545254;
|
||||||
|
}
|
||||||
|
|
|
@ -176,7 +176,9 @@ QGroupBox {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
[cssClass="aboutWindow"] {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
[cssClass="dialog"] {
|
[cssClass="dialog"] {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
|
@ -135,3 +135,6 @@ QSlider::sub-page:horizontal {
|
||||||
QSlider::sub-page:horizontal:disabled {
|
QSlider::sub-page:horizontal:disabled {
|
||||||
background-color: palette(light);
|
background-color: palette(light);
|
||||||
}
|
}
|
||||||
|
[cssClass="aboutWindow"] {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue