On 24 Apr 2014, at 00:57, Alex Montgomery
mailto:apmontgom...@gmail.com>> wrote:
Hello,
While trying to style a ComboBox such that its text didn't elide and it didn't
have inexplicably large margins, I was surprised to learn that these two items
would be displayed entirely differently:
Combo
Hello,
While trying to style a ComboBox such that its text didn't elide and it
didn't have inexplicably large margins, I was surprised to learn that these
two items would be displayed entirely differently:
ComboBox { model: ["1", "2"] }
ComboBox { model: ["1", "2"]; style: ComboBoxStyle{} }
Whic