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 g...@miginfocom.com

Re: [API REVIEW REQUEST] RT-19659 - [TabPane] Support for draggable tabs

2014-07-30 Thread Mikael Grev
That is decidedly awesome! Is there some other way of deciding whether to to do one or the other? I mean one might want to reorder but not drag to another pane. Cheers, Mikael On 30 Jul 2014, at 10:09, Tom Schindl tom.schi...@bestsolution.at wrote: No - it allows also to drag the tab to

Re: [API REVIEW REQUEST] RT-19659 - [TabPane] Support for draggable tabs

2014-07-30 Thread Mikael Grev
: BiFunctionTabPane,Tab,Boolean // Would allow to cancel the dropping of a tab in a container tabDndDropCallback: BiFunctionTabPane,Tab,Boolean Tom On 30.07.14 10:27, Mikael Grev wrote: That is decidedly awesome! Is there some other way of deciding whether to to do one or the other? I

Re: Skin layoutChildren: when to get bounds of child nodes?

2014-07-29 Thread Mikael Grev
Richard, Is there a sequence diagram (or similar) where the layout process is described in detail? It’s hard to in text get a clear and precise view on how the layout process in the Node hierarchy is happening. The sequence diagram would be good to have as a constraint for building layout