mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-29 11:56:37 -05: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)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QFrame" name="titleBarFrame">
|
||||
<widget class="QFrame" name="toolBarFrame">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||||
<horstretch>0</horstretch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue