mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +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();
|
SetLastIconSizeBullet();
|
||||||
GetPhysicalDevices();
|
GetPhysicalDevices();
|
||||||
// show ui
|
// show ui
|
||||||
setMinimumSize(350, minimumSizeHint().height());
|
setMinimumSize(720, 405);
|
||||||
std::string window_title = "";
|
std::string window_title = "";
|
||||||
if (Common::isRelease) {
|
if (Common::isRelease) {
|
||||||
window_title = fmt::format("shadPS4 v{}", Common::VERSION);
|
window_title = fmt::format("shadPS4 v{}", Common::VERSION);
|
||||||
|
|
Loading…
Add table
Reference in a new issue