mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
meterbridge: fix initial and max window size.
This commit is contained in:
parent
a4373a99c6
commit
b582112aeb
2 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue