Merge remote-tracking branch 'origin/feature/highdpi-icon' into branch-qt-5.15

This commit is contained in:
yifang 2022-01-27 20:05:09 +08:00
commit c6decefac4

View file

@ -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);
}
}