Re: Making a smaller ComboBox

2014-07-30 Thread Jonathan Giles
More accurately, no one knows off-hand (and without absolute certainty) without looking in the code. If anyone should know, it is me, but I've been too bogged down to reassure myself that my gut feeling is correct. My gut feeling is that the gap is not settable because it is based on the width

Re: Making a smaller ComboBox

2014-07-30 Thread Mikael Grev
So, I guess no one knows how to remove the gap between the text and the button in ComboBox? That probably means it’s a bug since padding can be removed from all sides except for between the text and the button. Cheers, Mikael Grev On 23 Jul 2014, at 16:11, Mikael Grev wrote: > Hello all! >

Making a smaller ComboBox

2014-07-23 Thread Mikael Grev
Hello all! (FYI this question has also been asked here without any correct answers: http://stackoverflow.com/questions/24852429/making-a-smaller-javafx-combobox ) I'm trying to make a smaller version of the ComboBox but the gap between the text and the arrow button is constant no matter what I