forked from Ivasoft/DSView
Merge branch 'dev-1.3' of https://github.com/DreamSourceLab/DSView into dev-1.3
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user