Modify RSS to show new (and only) featured example

Also center images, don't scale, and be less jumpy on startup

Reviewed-By: con
This commit is contained in:
Daniel Molkentin
2010-10-27 15:06:34 +02:00
committed by con
parent 8cd68b3b06
commit 4ac72ef05f
5 changed files with 14 additions and 6 deletions

View File

@@ -524,7 +524,6 @@ void GettingStartedWelcomePageWidget::showFeature(int feature)
ui->detailsLabel->show();
ui->detailsLabel->setOpenExternalLinks(true);
}
ui->featuredImage->setScaledContents(true);
}
void GettingStartedWelcomePageWidget::slotNextFeature()