angular-ui / ui-layout

This directive allows you to split !
http://angular-ui.github.io/ui-layout/
MIT License
406 stars 198 forks source link

dividerSize only affect horizontal splitterbar #192

Open dstran opened 8 years ago

dstran commented 8 years ago

Setting the dividerSize has no effect on the vertical splitterbar. Is a fix coming?

msholly commented 7 years ago

+1 on this, also experiencing this issue.

dark-gray commented 7 years ago

Do not see such behavior on version 1.4.2. dividerSize sets a right size for the vertical splitterbar.

msholly commented 7 years ago

Working Code <div ui-layout="{flow : 'column', dividerSize : 50}">

Nevermind! I didn't see that the ui-layout options is an array. I had it set as a separate item.