more qt fixes

This commit is contained in:
lizzie 2026-03-18 00:31:33 +00:00 committed by crueter
parent 539d06eeb6
commit 4519450d48
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
8 changed files with 39 additions and 34 deletions

View file

@ -13,15 +13,6 @@
#include "ui_overlay_dialog.h"
#include "yuzu/util/overlay_dialog.h"
namespace {
constexpr float BASE_TITLE_FONT_SIZE = 14.0f;
constexpr float BASE_FONT_SIZE = 18.0f;
constexpr float BASE_WIDTH = 1280.0f;
constexpr float BASE_HEIGHT = 720.0f;
} // Anonymous namespace
OverlayDialog::OverlayDialog(QWidget* parent, Core::System& system, const QString& title_text,
const QString& body_text, const QString& left_button_text,
const QString& right_button_text, Qt::Alignment alignment,