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