summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dgedit/samplesorter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/samplesorter.cc b/dgedit/samplesorter.cc
index 03547e8..00139e2 100644
--- a/dgedit/samplesorter.cc
+++ b/dgedit/samplesorter.cc
@@ -162,7 +162,7 @@ void SampleSorter::paintEvent(QPaintEvent *event)
QColor colBg = QColor(180, 200, 180, 160);
QColor colFg = QColor(160, 180, 160, 160);
QColor colPt = QColor(255, 100, 100, 160);
- QColor colPtPreview = QColor(0, 0, 255, 60);
+ QColor colPtPreview = QColor(0, 0, 255, 160);
QColor colPtSel = QColor(255, 255, 100, 160);
painter.setPen(colBg);