diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/ui/page/pagefeedback.cpp --- a/QTfrontend/ui/page/pagefeedback.cpp Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/page/pagefeedback.cpp Mon Jan 30 17:32:18 2012 -0500 @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ - + #include #include #include @@ -28,17 +28,17 @@ { QVBoxLayout * pageLayout = new QVBoxLayout(); QHBoxLayout * summaryLayout = new QHBoxLayout(); - + info = new QLabel(); info->setText( - "" - "

Please give us a feedback!

" - "

We are always happy about suggestions, ideas or bug reports.

" - "

The feedback will be posted as a new issue on our Google Code page.

" - "

" - ); + "" + "

Please give us a feedback!

" + "

We are always happy about suggestions, ideas or bug reports.

" + "

The feedback will be posted as a new issue on our Google Code page.

" + "

" + ); pageLayout->addWidget(info); label_summary = new QLabel(); @@ -61,7 +61,7 @@ QLayout * PageFeedback::footerLayoutDefinition() { QHBoxLayout * bottomLayout = new QHBoxLayout(); - + bottomLayout->setStretch(0,1); //TODO: create logo for send button BtnSend = addButton("Send", bottomLayout, 0, false);