QTfrontend/ui/page/pagemain.cpp
changeset 8277 cd2bae15a9a3
parent 8176 556e7027e9e1
child 8318 e2c01fbf36c0
equal deleted inserted replaced
8274:7324298dbcc1 8277:cd2bae15a9a3
    57     //BtnInfo->setToolTip(tr("Credits")); //tooltip looks horrible with transparent background buttons
    57     //BtnInfo->setToolTip(tr("Credits")); //tooltip looks horrible with transparent background buttons
    58     BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project"));
    58     BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project"));
    59     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
    59     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
    60 
    60 
    61     BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false);
    61     BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false);
       
    62     BtnFeedback->setFixedSize(86, 27);
    62     BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars"));
    63     BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars"));
    63     pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter);
    64     pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter);
    64 
    65 
    65     BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false);
    66     BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false);
       
    67     BtnDataDownload->setFixedSize(176, 27);
    66     //BtnDataDownload->setToolTip(tr(Downloadable Content"));
    68     //BtnDataDownload->setToolTip(tr(Downloadable Content"));
    67     BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website"));
    69     BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website"));
    68     pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter);
    70     pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter);
    69 
    71 
    70     // disable exit button sound
    72     // disable exit button sound