2
0
forked from Ivasoft/DSView

Merge branch 'dev-1.3' of https://github.com/DreamSourceLab/DSView into dev-1.3

This commit is contained in:
DreamSourceLab
2023-06-12 17:42:40 +08:00

View File

@@ -67,6 +67,10 @@ DsComboBox::DsComboBox(QWidget *parent) : QComboBox(parent)
x += 6;
#endif
#ifndef _WIN32
w += 3;
#endif
popup->setGeometry(x, y, w, h);
int sy = QGuiApplication::primaryScreen()->size().height();