This commit is contained in:
defnax 2025-07-17 02:36:15 +02:00 committed by GitHub
commit e8ccb61162
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 */ /* 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 */