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:
parent
d04e356a0c
commit
bbd20496fd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user