New background and button picture.
[speedfreak] / Client / topresultdialog.cpp
index 02bbbdc..b7cfdd4 100644 (file)
@@ -20,6 +20,10 @@ TopResultDialog::TopResultDialog(QWidget *parent) :
 
     //Set the amount of requested top results here, untill there is user input
     setLimitNr(10);
 
     //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()
 }
 
 TopResultDialog::~TopResultDialog()