mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
Merge pull request #2965 from defnax/fix-combobox
Fixed the QComboBox issues for light and dark style
This commit is contained in:
commit
4e2e806b03
@ -1243,6 +1243,7 @@ QComboBox {
|
||||
/* changed to 4px to fix #239 */
|
||||
/* Fixes #103, #111 */
|
||||
min-height: 1.5em;
|
||||
min-width: 2em;
|
||||
/* 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: 2em;
|
||||
/* padding-top: 2px; removed to fix #132 */
|
||||
/* padding-bottom: 2px; removed to fix #132 */
|
||||
/* min-width: 75px; removed to fix #109 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user