SmartClient Version: SNAPSHOT_v11.1d_2017-03-06/Enterprise Development Only (built 2017-03-06)
Chrome on OSX
Hello, when using the Canvas.resizeControls method, there's a cosmetic problem with the detailToolButtons in a SplitPane.
Please modify the #layoutSplitPane sample, by adding:
	to the SplitPane.
You'll see that the button has still some space around it with 'Medium' setting:

but it seems clipped with 'Spacious' setting:
							
						
					Chrome on OSX
Hello, when using the Canvas.resizeControls method, there's a cosmetic problem with the detailToolButtons in a SplitPane.
Please modify the #layoutSplitPane sample, by adding:
Code:
	
	detailToolButtons:[isc.IButton.create({title:"test"})]
You'll see that the button has still some space around it with 'Medium' setting:
but it seems clipped with 'Spacious' setting: