flamejs / flame.js

Flame.js is a widget/UI library for Ember.js
MIT License
373 stars 39 forks source link

Set alert panel size automatically according to message #165

Closed tomilaine closed 10 years ago

tomilaine commented 10 years ago

Uses Flame.measureString to calculate height for the AlertPanelMessageView VerticalStackLayoutManager handles the overall height.

Note that since the structure of AlertPanel has changed, extending it is also different now!