Weird button sizing in layouts

Getting some weird sizing while using layouts, is this something linked to this issue or is it me using layouts improperly?

Code

chart = figure(title = ‘Chart’)

sel = Select(options=[‘First’,‘Second’,‘Third’])

save_button = Button(label=‘Save’)

load_button = Button(label=‘Load’)

layout = vplot(chart, hplot(sel, save_button, load_button) )

Image

Haha, reading Bryan comment here about the “HBox business”…

···

On Tuesday, 15 September 2015 17:35:54 UTC+1, Pythonic wrote:

Getting some weird sizing while using layouts, is this something linked to this issue or is it me using layouts improperly?

Code

chart = figure(title = ‘Chart’)

sel = Select(options=[‘First’,‘Second’,‘Third’])

save_button = Button(label=‘Save’)

load_button = Button(label=‘Load’)

layout = vplot(chart, hplot(sel, save_button, load_button) )

Image