From 0e6abe33597dd0fc39a63d6f044d1374fdb0795d Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 20 Jun 2014 16:31:22 -0700 Subject: [PATCH] Update inactive chat window opacity to 0.8 --- interface/src/ui/ChatWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/ChatWindow.cpp b/interface/src/ui/ChatWindow.cpp index b101b50b2f..a7d2c212d2 100644 --- a/interface/src/ui/ChatWindow.cpp +++ b/interface/src/ui/ChatWindow.cpp @@ -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+)");