mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
The combobox not fully displayed
This commit is contained in:
parent
81815e2f11
commit
2a2a8e4df6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user