mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
Removed the default stylsheets from titlebar frames
Removed the default stylsheets from titlebar frames
This commit is contained in:
parent
c228e4058d
commit
75dd928fbb
10 changed files with 51 additions and 42 deletions
|
@ -210,7 +210,7 @@ void GroupTreeWidget::addToolButton(QToolButton *toolButton)
|
|||
toolButton->setIconSize(ui->displayButton->iconSize());
|
||||
toolButton->setFocusPolicy(ui->displayButton->focusPolicy());
|
||||
|
||||
ui->titleBarFrame->layout()->addWidget(toolButton);
|
||||
ui->toolBarFrame->layout()->addWidget(toolButton);
|
||||
}
|
||||
|
||||
// Load and save settings (group must be started from the caller)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue