mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-07 00:39:26 +00:00
Really properly be per-monitor DPI aware
This is so hard...
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include <QDialog>
|
||||
#include "core/file_sys/cia_common.h"
|
||||
#include "frontend/helpers/dpi_aware_dialog.h"
|
||||
|
||||
namespace Ui {
|
||||
class CIABuildDialog;
|
||||
}
|
||||
|
||||
class CIABuildDialog : public QDialog {
|
||||
class CIABuildDialog : public DPIAwareDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user