Skip to content

Commit

Permalink
fixup! Changed custom colors widget
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Mar 5, 2020
1 parent 6466627 commit dc60940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/optionsmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ OptionsMenu::OptionsMenu(QWidget *parent)
auto label = new QLabel(title);
label->setStatusTip(tooltip);
auto color = new ColorButton(default_color);
color->setStyleSheet("text-align: left; padding: 4px");
color->setStatusTip(tooltip);
m_color_widgets.emplace_back(color, settings);
layout->addRow(label, color);
Expand Down

0 comments on commit dc60940

Please sign in to comment.