diff UI code/TextPanel.mm @ 22:8124f46eda65

pretty much working. ugly though.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 23 Oct 2014 18:15:46 +0100
parents a223551fdc1f
children fea11c3d1d94
line wrap: on
line diff
--- a/UI code/TextPanel.mm	Wed Oct 22 18:12:12 2014 +0100
+++ b/UI code/TextPanel.mm	Thu Oct 23 18:15:46 2014 +0100
@@ -34,9 +34,9 @@
     if(fontSize == SMALLFONT){
         smallFont.drawString(theText, x, y + 8);
     }else if(fontSize == LARGEFONT){
-        bigFont.drawString(theText, x, y + 8);
+        bigFont.drawString(theText, x, y + 16);
     }else{
-        verdana16.drawString(theText, x, y + 8);
+        verdana16.drawString(theText, x, y + 12);
     }
     
     //ofRect(x,y,width,height);