QTfrontend/ui/page/pagemain.cpp
changeset 13304 5ac2bdefa173
parent 13274 e381f5260b45
child 13818 a8fd5490932f
equal deleted inserted replaced
13303:e3613c0d3600 13304:5ac2bdefa173
    73     BtnNetOfficial->setFixedSize(BtnNet->width() - 50, 60);
    73     BtnNetOfficial->setFixedSize(BtnNet->width() - 50, 60);
    74     BtnNetOfficial->setVisible(false);
    74     BtnNetOfficial->setVisible(false);
    75 
    75 
    76     // button order matters for overlapping (what's on top and what isn't)
    76     // button order matters for overlapping (what's on top and what isn't)
    77     BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true);
    77     BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true);
    78     BtnInfo->setStyleSheet("border: transparent;background: transparent;");
    78 	BtnInfo->setObjectName("infoButton");
    79     BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project"));
    79     BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project"));
    80     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
    80     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
    81 
    81 
    82     BtnFeedback = addButton(tr("Feedback"), pageLayout, 4, 0, 1, 4, false);
    82     BtnFeedback = addButton(tr("Feedback"), pageLayout, 4, 0, 1, 4, false);
    83     BtnFeedback->setStyleSheet("padding: 5px 10px");
    83     BtnFeedback->setStyleSheet("padding: 5px 10px");