moved last message line in settings and changed defaults
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
{
|
||||
QPainter painter(this);
|
||||
|
||||
painter.setPen(QColor("#999"));
|
||||
painter.setPen(QColor(153, 153, 153, 153));
|
||||
|
||||
if (this->vertical_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user