QTfrontend/ui/page/pagemain.cpp
changeset 13304 5ac2bdefa173
parent 13274 e381f5260b45
child 13841 a8fd5490932f
--- a/QTfrontend/ui/page/pagemain.cpp	Fri Mar 30 17:01:30 2018 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Fri Mar 30 11:56:16 2018 -0400
@@ -75,7 +75,7 @@
 
     // button order matters for overlapping (what's on top and what isn't)
     BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true);
-    BtnInfo->setStyleSheet("border: transparent;background: transparent;");
+	BtnInfo->setObjectName("infoButton");
     BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project"));
     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);