0
0
mirror of https://github.com/RetroShare/RetroShare synced 2025-10-06 00:32:42 +02:00

fix to use em

This commit is contained in:
defnax
2025-08-03 15:53:47 +02:00
parent e88c45561a
commit dc1901b236
2 changed files with 2 additions and 2 deletions

View File

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