plot: Tweak default height

This commit is contained in:
Mike Walters
2016-03-02 23:47:42 +00:00
parent d5ebd4f2cf
commit 74aaa9665a

3
plot.h
View File

@@ -36,5 +36,6 @@ protected:
void setHeight(int height) { _height = height; };
private:
int _height = 50;
// TODO: don't hardcode this
int _height = 200;
};