You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
Sometimes between a ComboBox Text and its arrow-button is some whitespace which you cannot get rid of. The computePrefWidth method of the anonymous class ListView of ComboBoxListViewSkin seems to be responsible for this whitespace. In particular this line of code:
Sometimes between a ComboBox Text and its arrow-button is some whitespace which you cannot get rid of. The
computePrefWidth
method of the anonymous classListView
ofComboBoxListViewSkin
seems to be responsible for this whitespace. In particular this line of code:openjdk-jfx/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ComboBoxListViewSkin.java
Line 527 in 1ba0255
On Stack Overflow is a question which addresses this problem already.
It would be nice if you could change this behaviour without the need to extend
ComboBoxListViewSkin
and provide your ownSkin
toComboBox
.The text was updated successfully, but these errors were encountered: