bugfix: monitor info

This commit is contained in:
semenov
2025-07-24 11:37:29 +03:00
parent 7ec5536875
commit 1b11765026
88 changed files with 3974 additions and 336285 deletions

View File

@@ -3,7 +3,7 @@ QMainWindow
{
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
background-position: center;
border-radius: 20px;
border-radius: 8px;
}
QListWidget#updateListWidget
@@ -15,8 +15,8 @@ QListWidget#updateListWidget
QLabel#MovieLabel
{
background-color:rgba(0,0,0,50%);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border:none;
}
@@ -126,8 +126,8 @@ QTextEdit#inlineTextDebug
QWidget#headerWidget
{
background-color:rgba(0,0,0,50%);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border:none;
}