Added BodyHeight metric to ComboGraph and set width and height to make zoomtowidth/height work.

This commit is contained in:
Kyzentun
2014-02-12 14:38:54 -07:00
parent ac8e92af17
commit 13c99c1814
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
private:
ThemeMetric<float> BODY_WIDTH;
ThemeMetric<float> BODY_HEIGHT;
Actor *m_pBacking;
Actor *m_pNormalCombo;
Actor *m_pMaxCombo;