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 1/2] 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 +} From 4f7eb836fb669330cb44aa976ffed020ba72867a Mon Sep 17 00:00:00 2001 From: yifang Date: Thu, 27 Jan 2022 20:23:42 +0800 Subject: [PATCH 2/2] imp. : add gddicticon img style ,restrict images can not be too large. --- article-style-st-modern.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/article-style-st-modern.css b/article-style-st-modern.css index 741483c7..1a72ccd7 100644 --- a/article-style-st-modern.css +++ b/article-style-st-modern.css @@ -125,7 +125,10 @@ a:hover padding-right: -1em; padding-left: 0.3em; -webkit-box-ordinal-group: 2; - height: 1em; +} + +.gddicticon img { + height: 1.3em; } .gdexpandicon, .gdexpandicon:hover, .gdcollapseicon, .gdcollapseicon:hover