Automatically scale
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
18682bbc70
commit
264a0305d9
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit 7688dd9602c5b770ff1b025c555d4f1f8edb7a2e
|
||||
Subproject commit 1e029513f628a424918e55ef314f635aa30f0d08
|
|
@ -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…
Reference in New Issue