QTfrontend/ui/page/pageplayrecord.cpp
changeset 12236 a0ed4caa6d35
parent 11819 7642955690bc
child 12471 a79fe5666d90
--- a/QTfrontend/ui/page/pageplayrecord.cpp	Wed Apr 12 19:46:59 2017 +0200
+++ b/QTfrontend/ui/page/pageplayrecord.cpp	Wed Apr 12 20:14:17 2017 +0200
@@ -62,7 +62,7 @@
     BtnPlayDemo = addButton(tr("Play demo"), bottomLayout, 0, false, Qt::AlignBottom);
     const QIcon& lp = QIcon(":/res/Start.png");
     QSize sz = lp.actualSize(QSize(65535, 65535));
-    BtnPlayDemo->setMinimumWidth(sz.width());
+    BtnPlayDemo->setStyleSheet("padding: 5px 10px");
     BtnPlayDemo->setIcon(lp);
     BtnPlayDemo->setFixedHeight(50);
     BtnPlayDemo->setIconSize(sz);