--- 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);