Merge pull request #2965 from defnax/fix-combobox

Fixed the QComboBox issues for light and dark style
This commit is contained in:
csoler 2025-08-10 09:47:25 +02:00 committed by GitHub
commit 4e2e806b03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1243,6 +1243,7 @@ QComboBox {
/* changed to 4px to fix #239 */
/* Fixes #103, #111 */
min-height: 1.5em;
min-width: 2em;
/* padding-top: 2px; removed to fix #132 */
/* padding-bottom: 2px; removed to fix #132 */
/* min-width: 75px; removed to fix #109 */

View file

@ -1243,6 +1243,7 @@ QComboBox {
/* changed to 4px to fix #239 */
/* Fixes #103, #111 */
min-height: 1.5em;
min-width: 2em;
/* padding-top: 2px; removed to fix #132 */
/* padding-bottom: 2px; removed to fix #132 */
/* min-width: 75px; removed to fix #109 */