mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
qt: Remove arrows from combobox dropdowns on linux (#4084)
This commit is contained in:
parent
21372a238a
commit
e28e449ed3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user