goBack added to Comic Vine dialog

This commit is contained in:
Luis Ángel San Martín
2013-10-23 14:56:23 +02:00
parent eaaf370930
commit 6af217f777
4 changed files with 19 additions and 2 deletions

View File

@ -8,7 +8,7 @@
SearchVolume::SearchVolume(QWidget * parent)
:QWidget(parent)
{
QLabel * label = new QLabel(tr("No results found, please provide some aditional information."));
QLabel * label = new QLabel(tr("Please provide some aditional information."));
label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
volumeEdit = new ScraperLineEdit(tr("Series:"));