Skip to content

Commit

Permalink
Add color as for other similar UI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jul 6, 2024
1 parent 96952cf commit f08f76f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/options/opt_theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ void OptionsTabAppearanceTheme::updateStyles(const QModelIndex &index)
for (auto const &s : styles) {
d->cmb_style->addItem(s);
}
// d->cmb_style->setCurrentIndex(0);
d->cmb_style->setCurrentText(themesModel->data(index, PsiThemeModel::CurrentStyleRole).toString());
d->cmb_style->blockSignals(false);
}
Expand Down
2 changes: 1 addition & 1 deletion src/options/opt_theme.ui
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<item>
<widget class="QLabel" name="lbl_style">
<property name="text">
<string>Style</string>
<string>Style:</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f08f76f

Please sign in to comment.