mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Qt: Fix Small Window (#2449)
This commit is contained in:
parent
e13fb2e366
commit
0425bd0fd6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue