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)
|
MainWindow::MainWindow(QWidget *parent)
|
||||||
: QMainWindow(parent),
|
: QMainWindow(parent),
|
||||||
ui(new Ui::MainWindow),
|
ui(new Ui::MainWindow),
|
||||||
bottomRightPosition(QRect(530,505,250,40)),
|
bottomRightPosition(QRect(530,506,250,40)),
|
||||||
offlinePosition(240,340,300,40)
|
offlinePosition(240,340,300,40)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
@@ -103,6 +103,7 @@ void MainWindow::showError(ErrorsEnum errorNum)
|
|||||||
if (errorNum == ErrorsEnum::BLOCKED)
|
if (errorNum == ErrorsEnum::BLOCKED)
|
||||||
{
|
{
|
||||||
serverNotifyShow(tr("Сервер заблокирован"));
|
serverNotifyShow(tr("Сервер заблокирован"));
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (errorNum == ErrorsEnum::DISABLE)
|
else if (errorNum == ErrorsEnum::DISABLE)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -427,7 +427,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>530</x>
|
<x>530</x>
|
||||||
<y>510</y>
|
<y>511</y>
|
||||||
<width>250</width>
|
<width>250</width>
|
||||||
<height>40</height>
|
<height>40</height>
|
||||||
</rect>
|
</rect>
|
||||||
|
|||||||
Reference in New Issue
Block a user