Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexP11223 committed Sep 10, 2020
1 parent 38201a0 commit 6085f00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/visualseditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private slots:
ButtonListView* m_buttonList;
UIcolorEditor* m_colorEditor;
ExtendedSlider* m_opacitySlider;
QSpinBox *m_pinBorderWidthSpinBox;
QSpinBox *m_pinBorderWidthSpinBox;

void initWidgets();
void initOpacitySlider();
Expand Down
6 changes: 4 additions & 2 deletions src/utils/confighandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,10 @@ ConfigHandler::setPinBorderWidth(const int value)
m_settings.setValue(QStringLiteral("pinBorderWidth"), value);
}

bool ConfigHandler::keepOpenAppLauncherValue() {
return m_settings.value(QStringLiteral("keepOpenAppLauncher")).toBool();
bool
ConfigHandler::keepOpenAppLauncherValue()
{
return m_settings.value(QStringLiteral("keepOpenAppLauncher")).toBool();
}

void
Expand Down

0 comments on commit 6085f00

Please sign in to comment.