Comment # 1
on bug 10954
from Gerald Combs
Aside from the foreground and background color Wireshark doesn't apply any
styling information to the packet list. Layout is handled by Qt, which means
that it *should* match the default layout styling of the OS. If it doesn't
match then that's arguably a Qt bug.
If we want to override the layout styling we should be able to apply a
stylesheet as described at
http://qt-project.org/doc/qt-4.8/stylesheet-examples.html#customizing-qtreeview
If we do override the layout I think it should be a preference and disabled by
default.
For what it's worth I think white spacing looks odd, at least on Windows and OS
X. Most of the other applications I use don't add any spacing.
You are receiving this mail because:
- You are watching all bug changes.