mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 00:28:58 -05:00
fix to use em
This commit is contained in:
parent
e88c45561a
commit
dc1901b236
2 changed files with 2 additions and 2 deletions
|
|
@ -1243,7 +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;
|
min-width: 2em;
|
||||||
/* 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 */
|
||||||
|
|
|
||||||
|
|
@ -1243,7 +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;
|
min-width: 2em;
|
||||||
/* 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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue