hotfix: notify pos

This commit is contained in:
semenov
2025-08-04 09:23:47 +03:00
parent 883b7a4904
commit 04810e99ed
75 changed files with 332662 additions and 76 deletions

View File

@@ -255,7 +255,7 @@ public:
notificationLabel = new QLabel(mainFrame);
notificationLabel->setObjectName(QString::fromUtf8("notificationLabel"));
notificationLabel->setGeometry(QRect(240, 410, 300, 40));
notificationLabel->setGeometry(QRect(250, 410, 300, 40));
sizePolicy.setHeightForWidth(notificationLabel->sizePolicy().hasHeightForWidth());
notificationLabel->setSizePolicy(sizePolicy);
notificationLabel->setMinimumSize(QSize(300, 0));