Update inactive chat window opacity to 0.8

This commit is contained in:
Ryan Huffman 2014-06-20 16:31:22 -07:00
parent 0c87f0aabc
commit 0e6abe3359

View file

@ -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+)");