Wireshark-commits: [Wireshark-commits] rev 46885: /trunk/ui/gtk/ /trunk/ui/gtk/: prefs_dlg.c

Date: Tue, 01 Jan 2013 20:50:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46885

User: wmeier
Date: 2013/01/01 12:50 PM

Log:
 Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout, etc)
 in the same manner as to "protocol prefs" pages.
 
 This ensures that the bottom row buttons won't disappear off the bottom
 of the prefs window if one (or more) of the custom prefs pages is too large
 to fit vertically within the available screen space.
 
 In Wireshark 1.8, more items were added to the "User Interface" prefs page
 thus leading to an increased possibility of this issue occurring.
 
 I believe this fixes Bug #8078.
 
 #Backport Wireshark 1.8

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +11 -2     prefs_dlg.c    Modified