Qt: Fix Small Window (#2449)

This commit is contained in:
¥IGA 2025-02-17 11:36:29 +01:00 committed by GitHub
parent e13fb2e366
commit 0425bd0fd6
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);