qt: Remove arrows from combobox dropdowns on linux (#4084)

This commit is contained in:
UdjinM6 2021-04-11 22:01:07 +03:00 committed by GitHub
parent 21372a238a
commit e28e449ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,6 +317,11 @@ QComboBox:editable {
border: 0px solid #00000000;
}
QComboBox:focus {
padding-top: 0;
padding-bottom: 0;
}
QComboBox::drop-down {
width: 25px;
border: 0px;