This commit is contained in:
DanielSvoboda 2024-11-17 20:49:17 -03:00
parent 9d07223d87
commit 9e0cd3bfd7
2 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@
<widget class="QLabel" name="image"> <widget class="QLabel" name="image">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>0</x>
<y>220</y> <y>220</y>
<width>740</width> <width>780</width>
<height>350</height> <height>380</height>
</rect> </rect>
</property> </property>
<property name="frameShape"> <property name="frameShape">

View File

@ -6,8 +6,8 @@
#include <QProgressDialog> #include <QProgressDialog>
#include "about_dialog.h" #include "about_dialog.h"
#include "keys_shortcuts_dialog.h"
#include "cheats_patches.h" #include "cheats_patches.h"
#include "keys_shortcuts_dialog.h"
#ifdef ENABLE_UPDATER #ifdef ENABLE_UPDATER
#include "check_update.h" #include "check_update.h"
#endif #endif