NOISSUE polish the new instance UI a bit more

This commit is contained in:
Petr Mrázek
2018-03-28 21:57:41 +02:00
parent 1ef416cb56
commit 370bbada87
4 changed files with 51 additions and 45 deletions

View File

@ -13,6 +13,7 @@ FTBPage::FTBPage(NewInstanceDialog* dialog, QWidget *parent)
: QWidget(parent), dialog(dialog), ui(new Ui::FTBPage)
{
ui->setupUi(this);
ui->tabWidget->tabBar()->hide();
ftbPackDownloader = new FtbPackDownloader();
connect(ftbPackDownloader, &FtbPackDownloader::ready, this, &FTBPage::ftbPackDataDownloadSuccessfully);