Really properly be per-monitor DPI aware

This is so hard...
This commit is contained in:
Pengfei
2021-08-17 00:30:08 +08:00
parent d78c1cb734
commit 0cf7e8a84a
21 changed files with 656 additions and 621 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
// Refer to the license.txt file included.
#include <memory>
#include <QDialog>
#include "core/file_sys/smdh.h"
#include "frontend/helpers/dpi_aware_dialog.h"
namespace Core {
struct Config;
@@ -18,7 +18,7 @@ namespace Ui {
class TitleInfoDialog;
}
class TitleInfoDialog : public QDialog {
class TitleInfoDialog : public DPIAwareDialog {
Q_OBJECT
public: