diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:52:06 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:52:06 +0100 |
commit | 2acc10e603353ec6d520654b448f789a61bd6185 (patch) | |
tree | e61afaa1d7f128679aed10ed8ff48e2e3f93ef8c /plugingui/label.cc | |
parent | be628876b0515ceee40946e923771e1b40d6641b (diff) |
Experimental new font renderer.
Diffstat (limited to 'plugingui/label.cc')
-rw-r--r-- | plugingui/label.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/label.cc b/plugingui/label.cc index 1bb7a5f..1d2eb93 100644 --- a/plugingui/label.cc +++ b/plugingui/label.cc @@ -50,7 +50,7 @@ void GUI::Label::repaintEvent(GUI::RepaintEvent *e) p.setColour(Colour(1)); Font font; - p.drawText(10, height() / 2 + 4, font, _text); + p.drawText(10, height() / 2 + 5, font, _text); } |