summary refs log tree commit diff
path: root/src/timeline/TimelineView.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-06 17:21:03 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-06 17:21:03 +0300
commit844443a324ee6bda200de46c947b019b03b44205 (patch)
tree8dcaf4d1440585dda26aefd1a760da916768f244 /src/timeline/TimelineView.cpp
parentDerive widget sizing from the font size (diff)
downloadnheko-844443a324ee6bda200de46c947b019b03b44205.tar.xz
Adjust the widget size of the room list items
Diffstat (limited to 'src/timeline/TimelineView.cpp')
-rw-r--r--src/timeline/TimelineView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineView.cpp b/src/timeline/TimelineView.cpp

index 6198b296..2b4f979b 100644 --- a/src/timeline/TimelineView.cpp +++ b/src/timeline/TimelineView.cpp
@@ -518,6 +518,7 @@ TimelineView::init() // Height of the typing display. QFont f; + f.setPointSizeF(f.pointSizeF() * 0.9); const int bottomMargin = QFontMetrics(f).height() + 6; scroll_layout_ = new QVBoxLayout(scroll_widget_);