mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: monitor info
This commit is contained in:
10
style.css
10
style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user