Wireshark-commits: [Wireshark-commits] master e9cf760: GTK: Wrap static preference labels.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Feb 2017 05:15:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9cf760c0cc3fea14404ab6e43b72d52fd016483
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e9cf760 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    GTK: Wrap static preference labels.
    
    In the GTK+ prefrences dialog, enable wrapping and set a maximum width.
    This should keep labels from making the dialog unusably wide.
    
    Make a couple of enum preferences drop-downs instead of radio buttons.
    Note that we might want to make the drop-down vs radio button behavior
    automatic.
    
    Change-Id: Ib72a2c8d5cfb99324be86f2218b6d57a395fa22c
    Reviewed-on: https://code.wireshark.org/review/19980
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  420b9e0   ssl-utils: add length validation for SNI extension
    adds  e9cf760   GTK: Wrap static preference labels.


Summary of changes:
 epan/dissectors/packet-mbtcp.c |    2 +-
 epan/dissectors/packet-vlan.c  |    2 +-
 epan/prefs.c                   |    4 ++++
 ui/gtk/prefs_dlg.c             |    7 +++++--
 4 files changed, 11 insertions(+), 4 deletions(-)