Browse Source

Automatically scale

Signed-off-by: falkTX <falktx@falktx.com>
pull/1/head
falkTX 3 years ago
parent
commit
2a6d8d75d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 10 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +3
    -0
      plugins/3BandEQ/DistrhoUI3BandEQ.cpp
  3. +3
    -0
      plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp
  4. +3
    -0
      plugins/PingPongPan/DistrhoUIPingPongPan.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 7688dd9602c5b770ff1b025c555d4f1f8edb7a2e
Subproject commit 2e508c73e95ef50947e3ed6e941b67b1f6b5bed4

+ 3
- 0
plugins/3BandEQ/DistrhoUI3BandEQ.cpp View File

@@ -109,6 +109,9 @@ DistrhoUI3BandEQ::DistrhoUI3BandEQ()

// set default values
programLoaded(0);

// automatically-scale
setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true);
}

// -----------------------------------------------------------------------


+ 3
- 0
plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp View File

@@ -109,6 +109,9 @@ DistrhoUI3BandSplitter::DistrhoUI3BandSplitter()

// set default values
programLoaded(0);

// automatically-scale
setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true);
}

// -----------------------------------------------------------------------


+ 3
- 0
plugins/PingPongPan/DistrhoUIPingPongPan.cpp View File

@@ -62,6 +62,9 @@ DistrhoUIPingPongPan::DistrhoUIPingPongPan()

// set default values
programLoaded(0);

// automatically-scale
setGeometryConstraints(Art::backgroundWidth, Art::backgroundHeight, true, true);
}

// -----------------------------------------------------------------------


Loading…
Cancel
Save