diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 13:21:26 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 13:21:26 +0200 |
commit | 041999e9012b71c357ff2d65b47e9d413467e15b (patch) | |
tree | 62573aa3e0f571ad49e9391ce888f17502e34194 /plugingui | |
parent | aa094a1cc6efdeeb72e8b14701f0314e92b696e7 (diff) |
Pushing the logo up a bit to make room for the version string.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/mainwindow.cc | 2 |
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)); |