add padding to left of combo box arrow

This commit is contained in:
woodser 2025-06-05 09:35:37 -04:00
parent 8404f58898
commit eae0b250a0
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -266,7 +266,7 @@
.jfx-combo-box .arrow-button {
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-padding: 0;
-fx-padding: 0 0 0 10;
}
.jfx-combo-box:hover {