Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    'spacious' skin density and SplitPane.detailToolButtons

    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:
    Code:
    detailToolButtons:[isc.IButton.create({title:"test"})]
    to the SplitPane.

    You'll see that the button has still some space around it with 'Medium' setting:
    Click image for larger version

Name:	429623177_3788728717812083049.jpg
Views:	183
Size:	12.0 KB
ID:	243272

    but it seems clipped with 'Spacious' setting:
    Click image for larger version

Name:	426334334_17385408375044373522.jpg
Views:	174
Size:	11.2 KB
ID:	243273
Working...
X