imodeljs / itwin-viewer

Monorepo that contains the iTwin Viewer npm package and its related packages
MIT License
15 stars 13 forks source link

Added bottomPanel to defaultFrontstage #38

Closed nick4598 closed 3 years ago

nick4598 commented 3 years ago

In order to add the modelAlignmentTable to the bottom of the frontstage a bottomPanel is necessary. This is because the UiItemsProvider only adds widgets to panels that exist in the frontstage. Without this bottomPanel, the modelAlignmentTable widget gets ignored.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

nick4598 commented 3 years ago

I added left panel as well, just picked 1,4,7 for allowedZones as those are the left locations (TopLeft, CenterLeft, BottomLeft)