summaryrefslogtreecommitdiff
path: root/plugins/ZamCompX2/ZamCompX2UI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamCompX2/ZamCompX2UI.cpp')
-rw-r--r--plugins/ZamCompX2/ZamCompX2UI.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ZamCompX2/ZamCompX2UI.cpp b/plugins/ZamCompX2/ZamCompX2UI.cpp
index 017f2d7..36b7a7f 100644
--- a/plugins/ZamCompX2/ZamCompX2UI.cpp
+++ b/plugins/ZamCompX2/ZamCompX2UI.cpp
@@ -27,6 +27,8 @@ START_NAMESPACE_DISTRHO
ZamCompX2UI::ZamCompX2UI()
: UI()
{
+ setSize(ZamCompX2Artwork::zamcompx2Width, ZamCompX2Artwork::zamcompx2Height);
+
// background
fImgBackground = Image(ZamCompX2Artwork::zamcompx2Data, ZamCompX2Artwork::zamcompx2Width, ZamCompX2Artwork::zamcompx2Height, GL_BGR);