Combo box dropdown size Linux/Mac
ljjh20 opened this issue · 1 comments
ljjh20 commented
First item in combo box dropdown fills window. Could not fix with changing size policy, setting minimum height, or changing .view().setMaximumHeight. Appears to be a bug with QDarkStyle on Max and Linux: ColinDuquesnoy/QDarkStyleSheet#200
Attempt to fix and check if problem persists on Windows.
AhmetCanSolak commented
@ljjh20 you can pass styleSheet="combobox-popup: 0;"
as keyword argument to your QComboBox() call. That will do.