Skip to content

Commit

Permalink
increase default opacity of paint box colors
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26160 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 21, 2020
1 parent 460d581 commit 0bae200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/paint_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mpeg2" : "lime",
}

ALPHA = 0.3
ALPHA = 0.6
#converted from gtk lookups:
BOX_COLORS = {
"h264" : (0.0, 0.0, 0.9999847412109375, ALPHA),
Expand Down

0 comments on commit 0bae200

Please sign in to comment.