wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Add option to specify pane separator thickness #16

Closed siovene closed 7 years ago

siovene commented 7 years ago

The vertical-split-pane and horizontal-split-pane components now have a separator-thickness option, to be specified in pixels. The default value is 7.

If the thickness is specified as less than 7, grabbing the separator to resize the pane would be too difficult, so an invisible 7px thick element is superimposed, and that helps.

Closes: wannabegeek/ng-split-pane#5

wannabegeek commented 7 years ago

Just release 1.2.0 containing these changes. Thanks!

siovene commented 7 years ago

Thanks for merging!