meterbridge: fix initial and max window size.

This commit is contained in:
Robin Gareus 2013-06-26 09:42:39 +02:00
parent a4373a99c6
commit b582112aeb
2 changed files with 11 additions and 1 deletions

View file

@ -78,7 +78,7 @@ class Meterbridge :
std::list<MeterStrip *> strips;
static const int32_t default_width = 300;
static const int32_t default_width = 600;
static const int32_t default_height = 400;
// for restoring window geometry.