string update

This commit is contained in:
Rafael 2016-04-26 15:10:52 +02:00
parent 66fba20719
commit f56ddfb01d
4 changed files with 36 additions and 35 deletions

View file

@ -36,6 +36,7 @@ OptionsDialog::OptionsDialog(ProfileDatabase *profileDB, QWidget *parent) :
{
ui->setupUi(this);
ui->tabWidget->setCurrentIndex(0);
ui->labPicCustomRes->setVisible(false);
QRect desktopResolution = QApplication::desktop()->screenGeometry();
int desktopSizeWidth = desktopResolution.width();