Skip to content

Commit b35ff3e

Browse files
authored
Add separator to the toolbar in settings dialog
1 parent 74d403d commit b35ff3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/settingsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)
187187
auto *accountSpacer = new QWidget(this);
188188
accountSpacer->setFixedHeight(16);
189189
_toolBar->addWidget(accountSpacer);
190-
// _toolBar->addSeparator();
190+
_toolBar->addSeparator();
191191
auto *generalSettings = new GeneralSettings;
192192
_stack->addWidget(generalSettings);
193193
_stack->setStyleSheet(QStringLiteral("QStackedWidget { background: transparent; }"));

0 commit comments

Comments
 (0)