Fixed the QComboBox issues for light and dark style

This commit is contained in:
defnax 2025-07-05 00:37:45 +02:00
parent b556ff8fc7
commit e88c45561a
2 changed files with 2 additions and 0 deletions

View file

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

View file

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