From 29df3f3fe0efb0d359d3fdff4b712a994e786859 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Thu, 27 Jan 2022 13:00:20 +0800 Subject: [PATCH] highdpi : scan popup downarrow style --- qt-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt-style.css b/qt-style.css index 71921d96..a2611adb 100644 --- a/qt-style.css +++ b/qt-style.css @@ -135,6 +135,7 @@ ScanPopup GroupComboBox::drop-down { ScanPopup GroupComboBox::down-arrow { image: url(:/icons/1downarrow.svg); + max-height: 100%; } ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */ @@ -161,4 +162,4 @@ ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open * { border-left: 1px solid palette(dark); border-bottom: 1px solid palette(dark); -} \ No newline at end of file +}