X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Ftopresultdialog.cpp;h=b7cfdd492e15d53e43479fe9a683d46ede9214e3;hp=02bbbdc8569709aa7107365ee0f3c982e21e7f7c;hb=abc31f4c395065825faabba1059792978110836b;hpb=d5c15a9ac385ec6cd81ff9b42cb9d363b0a9bc84 diff --git a/Client/topresultdialog.cpp b/Client/topresultdialog.cpp index 02bbbdc..b7cfdd4 100644 --- a/Client/topresultdialog.cpp +++ b/Client/topresultdialog.cpp @@ -20,6 +20,10 @@ TopResultDialog::TopResultDialog(QWidget *parent) : //Set the amount of requested top results here, untill there is user input setLimitNr(10); + + //Button settings + ui->buttonTopRefresh->setAutoFillBackground(true); + ui->buttonTopRefresh->setStyleSheet("background-color: rgb(0, 0, 0); color: rgb(255, 255, 255)"); } TopResultDialog::~TopResultDialog()