Skip to content

Commit 524dd16

Browse files
committed
Fix colors in GUI receive history
1 parent 9e29805 commit 524dd16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/qt/receivecoinsdialog.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ void ReceiveCoinsDialog::setupHistoryFrame(const PlatformStyle *platformStyle)
165165

166166
ui->label_6->setStyleSheet(COLOR_LABEL_STRING);
167167

168-
ui->recentRequestsView->setGraphicsEffect(GUIUtil::getShadowEffect());
168+
// the line below makes the text disappear.
169+
// ui->recentRequestsView->setGraphicsEffect(GUIUtil::getShadowEffect());
169170
ui->recentRequestsView->setStyleSheet(".QTableView {border: none;}");
170171

171172
}

0 commit comments

Comments
 (0)