summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.cpp
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-19 07:56:15 +0000
committerTim E. Real <termtech@rogers.com>2010-12-19 07:56:15 +0000
commitd393b6b9bbfeb4b31956a6c83302c4cee7856313 (patch)
tree2c46b71aabf3133cd876f899d523aea9c494d423 /muse2/muse/gconfig.cpp
parentcec04808207cf8fae367c4dc07ab672691db2e60 (diff)
Fixed arranger part drawing borders. Used QPen::setCosmetic(true) when drawing.
Diffstat (limited to 'muse2/muse/gconfig.cpp')
-rw-r--r--muse2/muse/gconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/gconfig.cpp b/muse2/muse/gconfig.cpp
index 6c0df0b8..79807cd8 100644
--- a/muse2/muse/gconfig.cpp
+++ b/muse2/muse/gconfig.cpp
@@ -9,7 +9,7 @@
#include "gconfig.h"
GlobalConfigValues config = {
- 128, // globalAlphaBlend
+ 150, // globalAlphaBlend
{
QColor(0xff, 0xff, 0xff), // palette
QColor(0xff, 0xff, 0xff),