diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-21 00:10:13 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-21 00:10:13 +0200 |
commit | 1ed90293acd34a67258b9ecf85ebfdea29657e03 (patch) | |
tree | c6c90662239330f15496a052137fefa6c4a4c95f /gui/pages/OtherLogsPage.cpp | |
parent | bc05ad30aa7c3da5d76947e82012f50466bb5d39 (diff) | |
download | PrismLauncher-1ed90293acd34a67258b9ecf85ebfdea29657e03.tar.gz PrismLauncher-1ed90293acd34a67258b9ecf85ebfdea29657e03.tar.bz2 PrismLauncher-1ed90293acd34a67258b9ecf85ebfdea29657e03.zip |
Unify look of all pages.
Now they have a QTabWidget with no tabs as a background.
Diffstat (limited to 'gui/pages/OtherLogsPage.cpp')
-rw-r--r-- | gui/pages/OtherLogsPage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/pages/OtherLogsPage.cpp b/gui/pages/OtherLogsPage.cpp index 555075e3..55c632fd 100644 --- a/gui/pages/OtherLogsPage.cpp +++ b/gui/pages/OtherLogsPage.cpp @@ -28,6 +28,7 @@ OtherLogsPage::OtherLogsPage(BaseInstance *instance, QWidget *parent) m_watcher(new RecursiveFileSystemWatcher(this)) { ui->setupUi(this); + ui->tabWidget->tabBar()->hide(); m_watcher->setFileExpression("(.*\\.log(\\.[0-9]*)?$)|(crash-.*\\.txt)"); m_watcher->setRootDir(QDir::current().absoluteFilePath(m_instance->minecraftRoot())); |