mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 01:25:56 -04:00
Fixed the QComboBox issues for light and dark style
This commit is contained in:
parent
b556ff8fc7
commit
e88c45561a
2 changed files with 2 additions and 0 deletions
|
@ -1243,6 +1243,7 @@ QComboBox {
|
|||
/* changed to 4px to fix #239 */
|
||||
/* Fixes #103, #111 */
|
||||
min-height: 1.5em;
|
||||
min-width: 35px;
|
||||
/* padding-top: 2px; removed to fix #132 */
|
||||
/* padding-bottom: 2px; removed to fix #132 */
|
||||
/* min-width: 75px; removed to fix #109 */
|
||||
|
|
|
@ -1243,6 +1243,7 @@ QComboBox {
|
|||
/* changed to 4px to fix #239 */
|
||||
/* Fixes #103, #111 */
|
||||
min-height: 1.5em;
|
||||
min-width: 35px;
|
||||
/* padding-top: 2px; removed to fix #132 */
|
||||
/* padding-bottom: 2px; removed to fix #132 */
|
||||
/* min-width: 75px; removed to fix #109 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue