diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-21 18:53:15 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-21 18:53:15 +0300 |
commit | 3cae6c39831fe6b1e9661fb2af7034105a5f289a (patch) | |
tree | 49ceb3e81b808d60ae0ef7b831043c0c7ffbba85 /include | |
parent | Clean unread count when the user logs out (diff) | |
download | nheko-3cae6c39831fe6b1e9661fb2af7034105a5f289a.tar.xz |
Remove ui flickering when adding new timeline events
Diffstat (limited to 'include')
-rw-r--r-- | include/TimelineView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h index 6ca91211..f25bc570 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h @@ -145,7 +145,7 @@ private: bool isTimelineFinished = false; bool isInitialSync = true; - const int SCROLL_BAR_GAP = 400; + const int SCROLL_BAR_GAP = 200; QTimer *paginationTimer_; |