summary refs log tree commit diff
path: root/src/TopRoomBar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TopRoomBar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TopRoomBar.h b/src/TopRoomBar.h

index 1c42e25f..994486e0 100644 --- a/src/TopRoomBar.h +++ b/src/TopRoomBar.h
@@ -79,8 +79,7 @@ protected: style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); p.setPen(QPen(borderColor())); - p.drawLine(QPointF(0, height() - p.pen().widthF()), - QPointF(width(), height() - p.pen().widthF())); + p.drawLine(QPointF(0, height()), QPointF(width(), height())); } private: