Skip to content

Commit

Permalink
Increase opacity of drag highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Mar 18, 2016
1 parent ac2c115 commit b73bf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gx/terminix/terminal/terminal.d
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ private:
getStyleBackgroundColor(vte.getStyleContext(), StateFlags.SELECTED, bg);
}
*/
cr.setSourceRgba(color.red, color.green, color.blue, 0.1);
cr.setSourceRgba(color.red, color.green, color.blue, 0.3);
cr.setLineWidth(1);
int w = widget.getAllocatedWidth();
int h = widget.getAllocatedHeight();
Expand Down

0 comments on commit b73bf35

Please sign in to comment.