From 9a949395857c54ea7a9febc80e1be0d8a4c9089b Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 19 Jul 2012 19:05:44 +0100 Subject: [PATCH] Correct comment page sizing --- src/preview/PreviewView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/preview/PreviewView.cpp b/src/preview/PreviewView.cpp index 6eb3f5fe3..ff708c66e 100644 --- a/src/preview/PreviewView.cpp +++ b/src/preview/PreviewView.cpp @@ -509,6 +509,7 @@ void PreviewView::NotifyCommentsChanged(PreviewModel * sender) tempUsername->Appearance.VerticalAlign = ui::Appearance::AlignBottom; maxY += 16; tempComment = new ui::Label(ui::Point(0, 0), ui::Point(Size.X-((XRES/2) + 10), -1), comments[i].comment); + tempComment->SetMultiline(true); tempComment->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; tempComment->Appearance.VerticalAlign = ui::Appearance::AlignTop; tempComment->SetTextColour(ui::Colour(180, 180, 180));