bugfix: befor change button position

This commit is contained in:
semenov
2024-10-03 10:52:42 +03:00
parent 1d7e6a4622
commit 0a0b327565
8 changed files with 139 additions and 75 deletions

View File

@@ -91,7 +91,7 @@ QWidget#iconWidget
QLabel
{
font-family: "Calibri";
font: 17px;
font: 20px;
color: white;
}
@@ -102,10 +102,31 @@ QWidget#headerWidget
border-radius: 3px;
}
QWidget#updateWidget
{
background-color: rgba(203,228,255,255);
border-style: outset;
border-radius: 10px;
}
QWidget #updateWidget
{
background-color: rgba(203,228,255,200);
border-style: outset;
border-radius: 10px;
}
QWidget #updateWidget QLabel
{
font-family: "Calibri";
font: 20px;
color: rgb(45,84,130);
}
MyWinHeader#headerLabel
{
font-family: "Calibri";
font: 16px;
font: 18px;
color: rgb(45,84,130);
}