feat: change new file instructor position

This commit is contained in:
semenov
2024-12-24 11:27:14 +03:00
parent d3584699cc
commit 9ac5b46030
35 changed files with 196303 additions and 874 deletions

View File

@@ -1,10 +1,22 @@
QMainWindow
{
background-image: url(:/resource/SSJ-100Dark.png);
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
background-position: center;
}
QFrame#backgroundUpdate
{
background-image: url(:/resource/SSJ_backgroundDarkSM.png);
background-position: center;
}
QListWidget#updateListWidget
{
background-color: rgba(81,81,81,180);
color:white;
}
QComboBox
{
background-color: rgb(203,228,255);
@@ -141,13 +153,9 @@ QLabel#languageTitle
QLabel#NotificationLabel
{
font-family: "Calibri";
color: black;
color: white;
}
QLabel#notificationLabel
{
font: 20px;
}
QToolButton#displayView
{