mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1961 from PhenomRetroShare/Add_MessageHideTabBarWithOneTab
Add Message set HideTabBarWithOneTab
This commit is contained in:
commit
3c4627bdce
@ -242,8 +242,9 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
||||
|
||||
//ui.messageTreeWidget->installEventFilter(this);
|
||||
|
||||
// remove close button of the the first tab
|
||||
ui.tabWidget->hideCloseButton(0);
|
||||
// remove close button of the the first tab
|
||||
ui.tabWidget->hideCloseButton(0);
|
||||
ui.tabWidget->setHideTabBarWithOneTab(true);
|
||||
|
||||
int S = QFontMetricsF(font()).height();
|
||||
QString help_str = tr(
|
||||
|
Loading…
Reference in New Issue
Block a user