wip: initial work on issue #406

This commit is contained in:
Ignacio Muñoz Fernandez
2020-11-25 00:42:51 +01:00
committed by Dan Albert
parent 4a1809d56e
commit 6e153c6451
5 changed files with 163 additions and 56 deletions

View File

@@ -506,4 +506,19 @@ QWidget[style="baseMenuHeader"]{
QLabel[style="small"]{
font-size: 8px;
}
QFrame[style="QConditionsWidget"] {
margin: 0px;
border: 0px;
padding: 0px;
background: transparent;
}
QGroupBox[style="QWeatherWidget"] {
padding: 0px;
margin-left: 0px;
margin-right: 5px;
margin-top: 1ex;
margin-bottom: 5px;
}