mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-29 01:58:16 -04:00
Add Message set HideTabBarWithOneTab
This commit is contained in:
parent
ad1672a0a4
commit
d4010dd8d9
@ -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…
x
Reference in New Issue
Block a user