Wireshark-commits: [Wireshark-commits] rev 45481: /trunk/ui/gtk/ /trunk/ui/gtk/: packet_list.c

Date: Thu, 11 Oct 2012 20:16:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45481

User: alagoutte
Date: 2012/10/11 01:16 PM

Log:
 From  Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7842
 Make relative time columns rightly right justified
 
 When showing the relative time in the framelist columns, they are left aligned.
 This is sub-optimal if you are scanning the list for a different time.
 
 This patch, very small, will properly right justify these times:
 DELTA_TIME
 DELTA_TIME_DIS

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +2 -0      packet_list.c    Modified