Automatically scale

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-08-14 14:26:43 +01:00
parent 18682bbc70
commit 264a0305d9
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

2
dpf

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

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)
{