mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fix: position
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: QMainWindow(parent),
|
||||
ui(new Ui::MainWindow),
|
||||
bottomRightPosition(QRect(530,505,250,40)),
|
||||
bottomRightPosition(QRect(530,506,250,40)),
|
||||
offlinePosition(240,340,300,40)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
@@ -103,6 +103,7 @@ void MainWindow::showError(ErrorsEnum errorNum)
|
||||
if (errorNum == ErrorsEnum::BLOCKED)
|
||||
{
|
||||
serverNotifyShow(tr("Сервер заблокирован"));
|
||||
|
||||
}
|
||||
else if (errorNum == ErrorsEnum::DISABLE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user