1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27222 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-01 20:30:19 +00:00
parent a43fbbb9a3
commit a54bfaa69e
3 changed files with 9 additions and 15 deletions

View file

@ -53,7 +53,7 @@ public:
void makeCustomUI(){ customUI = true; }
void clearCustomUI(){ customUI = false; }
void newLine(bool force = false);
void newLine();
void write(QString text);
void alignText(Alignment align){ textAlign = align; }