Qt: Fix Small Window

This commit is contained in:
¥IGA 2025-02-15 15:36:38 +01:00 committed by GitHub
parent bdf4a5249d
commit 4d66f11d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ bool MainWindow::Init() {
SetLastIconSizeBullet();
GetPhysicalDevices();
// show ui
setMinimumSize(350, minimumSizeHint().height());
setMinimumSize(720, 405);
std::string window_title = "";
if (Common::isRelease) {
window_title = fmt::format("shadPS4 v{}", Common::VERSION);