mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Misc UI capitalisation consitencies and other text changes
Capitalisation consitencies A typo correction A readability improvement (IMHO) Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fbd00c6b0d
commit
9dd484b63f
4 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ TagWidget::TagWidget(QWidget *parent) : GroupedLineEdit(parent), m_completer(NUL
|
|||
addColor(QColor(Qt::red).lighter(120));
|
||||
addColor(QColor(Qt::green).lighter(120));
|
||||
addColor(QColor(Qt::blue).lighter(120));
|
||||
} else if (l <= 0.6) { // moderated dark text. get a somewhat brigth background
|
||||
} else if (l <= 0.6) { // moderated dark text. get a somewhat bright background
|
||||
addColor(QColor(Qt::red).lighter(60));
|
||||
addColor(QColor(Qt::green).lighter(60));
|
||||
addColor(QColor(Qt::blue).lighter(60));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue