--- 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 <QHBoxLayout>
#include <QLineEdit>
#include <QTextBrowser>
@@ -28,17 +28,17 @@
{
QVBoxLayout * pageLayout = new QVBoxLayout();
QHBoxLayout * summaryLayout = new QHBoxLayout();
-
+
info = new QLabel();
info->setText(
- "<style type=\"text/css\">"
- "a { color: #ffcc00; }"
- "</style>"
- "<div align=\"center\"><h1>Please give us a feedback!</h1>"
- "<h3>We are always happy about suggestions, ideas or bug reports.<h3>"
- "<h4>The feedback will be posted as a new issue on our Google Code page.<h4>"
- "</div>"
- );
+ "<style type=\"text/css\">"
+ "a { color: #ffcc00; }"
+ "</style>"
+ "<div align=\"center\"><h1>Please give us a feedback!</h1>"
+ "<h3>We are always happy about suggestions, ideas or bug reports.<h3>"
+ "<h4>The feedback will be posted as a new issue on our Google Code page.<h4>"
+ "</div>"
+ );
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);