summaryrefslogtreecommitdiff
path: root/ui/qt/overlay_scroll_bar.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2016-01-10 10:37:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-01-10 18:43:12 +0000
commit2227b6fa7008381ef13abb8ec8e0927843b18cb3 (patch)
tree369498ed251fb8a97540ef45c88a1f8b29a90cb4 /ui/qt/overlay_scroll_bar.cpp
parentf0fd052185ddfb9ead3a998b22aa7b0698fff31f (diff)
downloadwireshark-2227b6fa7008381ef13abb8ec8e0927843b18cb3.tar.gz
Add a comment about improvements for the OverlayScrollBar.
Change-Id: I2953deaa29691a2d12cb158456a650202dfeec77 Reviewed-on: https://code.wireshark.org/review/13171 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/overlay_scroll_bar.cpp')
-rw-r--r--ui/qt/overlay_scroll_bar.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/overlay_scroll_bar.cpp b/ui/qt/overlay_scroll_bar.cpp
index f31c97fd5e..351faba3a8 100644
--- a/ui/qt/overlay_scroll_bar.cpp
+++ b/ui/qt/overlay_scroll_bar.cpp
@@ -28,6 +28,10 @@
// To do:
// - The slider hole doesn't match up with the slider on OS X + Qt 5.3.2.
+// - Instead of drawing the map over the scrollbar we could draw it to the
+// right of the scrollbar. Many text editors to this. It would let us
+// widen the map a bit, which would in turn let us add frame size or
+// timing information.
OverlayScrollBar::OverlayScrollBar(Qt::Orientation orientation, QWidget *parent) :
QScrollBar(orientation, parent = 0),