2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-17 23:25:24 +00:00

Dynamic MessageWindow height

This commit is contained in:
Jack Andersen
2016-01-02 16:42:52 -10:00
parent 8dfafc81c2
commit 04a182d5bb
4 changed files with 10 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ class ModalWindow : public View
protected:
virtual void updateContentOpacity(float opacity) {}
RectangleConstraint& constraint() {return m_constraint;}
public:
ModalWindow(ViewResources& res, View& parentView, const RectangleConstraint& constraint, const Zeus::CColor& bgColor);