summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2015-03-14 14:55:12 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2015-03-14 14:55:12 +0100
commit9b97ee8cd1b9d415c70b94b253b38e234bccd8db (patch)
treec940ee2645de962ce28462b5ec93d089b5224c4c
parent56ff045cd148c3b8b09f154d1b0fd7bfc95606ac (diff)
Moved drumgizmo logo.
-rw-r--r--plugingui/window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/window.cc b/plugingui/window.cc
index 8337533..c5a6964 100644
--- a/plugingui/window.cc
+++ b/plugingui/window.cc
@@ -94,8 +94,8 @@ void GUI::Window::repaintEvent(GUI::RepaintEvent *e)
Painter p(this);
p.drawImageStretched(0,0, &back, width(), height());
- p.drawImage(width() - logo.width(),
- height() - logo.height(), &logo);
+ p.drawImage(370 - logo.width(),
+ 330 - logo.height(), &logo);
}
void GUI::Window::setFixedSize(int w, int h)