QTfrontend/ui/widget/about.cpp
branchwebgl
changeset 9160 fc46e75f6b72
parent 9127 e350500c4edb
parent 9131 07f3bf8d98a3
child 9521 8054d9d775fd
--- a/QTfrontend/ui/widget/about.cpp	Tue Jun 04 23:56:17 2013 +0200
+++ b/QTfrontend/ui/widget/about.cpp	Sun Jun 09 12:22:53 2013 +0200
@@ -52,11 +52,8 @@
     QLabel *imageLabel = new QLabel;
     QImage image(":/res/Hedgehog.png");
     imageLabel->setPixmap(QPixmap::fromImage(image));
-    imageLabel->setScaledContents(true);
-    imageLabel->setMinimumWidth(2.8);
-    imageLabel->setMaximumWidth(280);
-    imageLabel->setMinimumHeight(30);
-    imageLabel->setMaximumHeight(300);
+    imageLabel->setFixedWidth(273);
+    imageLabel->setFixedHeight(300);
 
     leftLayout->addWidget(imageLabel, 0, Qt::AlignHCenter);