ui-layout
ui-layout copied to clipboard
dividerSize only affect horizontal splitterbar
Setting the dividerSize has no effect on the vertical splitterbar. Is a fix coming?
+1 on this, also experiencing this issue.
Do not see such behavior on version 1.4.2. dividerSize sets a right size for the vertical splitterbar.
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.