1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

specify background brush

This commit is contained in:
krepa098 2015-01-26 17:12:22 +01:00
parent d04e356a0c
commit bbd20496fd

View File

@ -53,6 +53,7 @@ ChatLog::ChatLog(QWidget* parent)
setViewportUpdateMode(BoundingRectViewportUpdate);
setAcceptDrops(false);
setContextMenuPolicy(Qt::CustomContextMenu);
setBackgroundBrush(QBrush(Qt::white, Qt::SolidPattern));
// The selection rect for multi-line selection
const QColor selGraphColor = QColor(166,225,255);