From 1ed90293acd34a67258b9ecf85ebfdea29657e03 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 21 Jul 2014 00:10:13 +0200 Subject: Unify look of all pages. Now they have a QTabWidget with no tabs as a background. --- gui/pages/OtherLogsPage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/pages/OtherLogsPage.cpp') 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())); -- cgit