changed to 80 max column
This commit is contained in:
@@ -27,9 +27,11 @@ public:
|
||||
painter.setPen(QColor("#999"));
|
||||
|
||||
if (this->vertical_) {
|
||||
painter.drawLine(this->width() / 2, 0, this->width() / 2, this->height());
|
||||
painter.drawLine(this->width() / 2, 0, this->width() / 2,
|
||||
this->height());
|
||||
} else {
|
||||
painter.drawLine(0, this->height() / 2, this->width(), this->height() / 2);
|
||||
painter.drawLine(0, this->height() / 2, this->width(),
|
||||
this->height() / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user