Skip to content

Commit 0bdd30f

Browse files
committed
Automatically scale
Signed-off-by: falkTX <falktx@falktx.com>
1 parent cedf419 commit 0bdd30f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/MVerb/DistrhoUIMVerb.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ DistrhoUIMVerb::DistrhoUIMVerb()
123123
// set initial values
124124
programLoaded(0);
125125

126-
// TODO auto-scale but non-resizable
127-
// setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true);
126+
// automatically-scale
127+
setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true);
128128
}
129129

130130
DistrhoUIMVerb::~DistrhoUIMVerb()

0 commit comments

Comments
 (0)