Browse Source

Automatically scale

Signed-off-by: falkTX <falktx@falktx.com>
pull/16/head
falkTX 3 years ago
parent
commit
264a0305d9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/Nekobi/DistrhoUINekobi.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 7688dd9602c5b770ff1b025c555d4f1f8edb7a2e
Subproject commit 1e029513f628a424918e55ef314f635aa30f0d08

+ 1
- 1
plugins/Nekobi/DistrhoUINekobi.cpp View File

@@ -25,7 +25,7 @@ namespace Art = DistrhoArtworkNekobi;
// -----------------------------------------------------------------------

DistrhoUINekobi::DistrhoUINekobi()
: UI(Art::backgroundWidth, Art::backgroundHeight),
: UI(Art::backgroundWidth, Art::backgroundHeight, true),
fImgBackground(Art::backgroundData, Art::backgroundWidth, Art::backgroundHeight, kImageFormatBGR),
fAboutWindow(this)
{


Loading…
Cancel
Save