icfnext / cq-component-maven-plugin

Other
22 stars 35 forks source link

FixedColumnLayout and Tab layout fix #67

Closed schananas closed 5 years ago

schananas commented 6 years ago

When there are no tabs defined there is no need for TabsLayout, only FixedColumn layout is needed. Fixed dialog issue that included FixedColumn layout inside TabLayout when there are no tabs defined. Now only FixedColumn layout is used when there are no tabs defined.

TabLayout now has type "nav" which removes nasty no left margin gui bug in dialog.

markdaugherty commented 5 years ago

Thank you @stefanvozd !