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