Initial Upload

This commit is contained in:
Markus Köhli 2022-05-22 20:54:14 +02:00
parent a98d2d1d71
commit 6efc90b614
3 changed files with 3 additions and 3 deletions

View File

@ -4771,9 +4771,9 @@ QSlider::sub-page { background: #00589C; border: 1px solid #DDDDDD; }
<property name="geometry">
<rect>
<x>6</x>
<y>11</y>
<y>1</y>
<width>191</width>
<height>31</height>
<height>41</height>
</rect>
</property>
<property name="minimumSize">

View File

@ -1712,7 +1712,7 @@ public:
pushButton_SaveConfig->setGeometry(QRect(1087, 14, 71, 24));
pushButton_about = new QPushButton(centralWidget);
pushButton_about->setObjectName(QString::fromUtf8("pushButton_about"));
pushButton_about->setGeometry(QRect(6, 11, 191, 31));
pushButton_about->setGeometry(QRect(6, 1, 191, 41));
pushButton_about->setMinimumSize(QSize(177, 0));
pushButton_about->setMaximumSize(QSize(16777215, 43));
pushButton_about->setAutoFillBackground(false);

BIN
uranos-logo-smallx2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB