mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 21:34:07 +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 {
|
ScanPopup GroupComboBox::down-arrow {
|
||||||
image: url(:/icons/1downarrow.svg);
|
image: url(:/icons/1downarrow.svg);
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */
|
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-left: 1px solid palette(dark);
|
||||||
border-bottom: 1px solid palette(dark);
|
border-bottom: 1px solid palette(dark);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue