mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Update inactive chat window opacity to 0.8
This commit is contained in:
parent
0c87f0aabc
commit
0e6abe3359
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
const int NUM_MESSAGES_TO_TIME_STAMP = 20;
|
||||
|
||||
const float OPACITY_ACTIVE = 1.0;
|
||||
const float OPACITY_INACTIVE = 0.6;
|
||||
const float OPACITY_INACTIVE = 0.8;
|
||||
|
||||
const QRegularExpression regexLinks("((?:(?:ftp)|(?:https?)|(?:hifi))://\\S+)");
|
||||
const QRegularExpression regexHifiLinks("([#@]\\S+)");
|
||||
|
|
Loading…
Reference in a new issue