summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-17 13:21:26 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-17 13:21:26 +0200
commit041999e9012b71c357ff2d65b47e9d413467e15b (patch)
tree62573aa3e0f571ad49e9391ce888f17502e34194
parentaa094a1cc6efdeeb72e8b14701f0314e92b696e7 (diff)
Pushing the logo up a bit to make room for the version string.
-rw-r--r--plugingui/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc
index 58e73b3..5c757be 100644
--- a/plugingui/mainwindow.cc
+++ b/plugingui/mainwindow.cc
@@ -93,7 +93,7 @@ void MainWindow::repaintEvent(RepaintEvent* repaintEvent)
// DrumGizmo logo
painter.drawImage(width() - logo.width() - 16,
- height() - logo.height(), logo);
+ height() - logo.height() - 10, logo);
// DrumGizmo version
std::string version_string("v." + std::string(VERSION));