mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 23:34:06 +00:00
Merge remote-tracking branch 'origin/feature/highdpi-icon' into branch-qt-5.15
This commit is contained in:
commit
c6decefac4
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue