Fix controller setup window resizing

qcpfix
Phil Taylor 2023-03-21 13:24:48 +00:00
rodzic a74f68d9d4
commit d1688a99c5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -294,7 +294,7 @@ void controllerSetup::newDevice(USBDEVICE* dev, CONTROLLER* cntrl, QVector<BUTTO
// This command causes the window to disappear in Linux?
#if !defined(Q_OS_LINUX)
this->setMinimumSize(bgImage->boundingRect().width() + 370, bgImage->boundingRect().height() + 250);
this->setMinimumSize(bgImage->boundingRect().width() + 2, bgImage->boundingRect().height() + 250);
#endif
controllerScene * scene = new controllerScene();