Wireshark-commits: [Wireshark-commits] master 5f00849: Qt: Set the packet list width when we apply

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 7 Dec 2015 13:58:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f00849b9769e7691832de56d1ee1bc9f846c6ed
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5f00849 by Gerald Combs (gerald@xxxxxxxx):

    Qt: Set the packet list width when we apply recent column widths.
    
    Instead of messing with stretchLastSection, simply widen the packet list
    to the sum of our column widths. Do this whenever recent column widths
    are applied instead of only when the packet list is shown.
    
    Bug: 11849
    Ping-Bug: 11738
    Change-Id: If8f8c9a89da08387bbce38c663bbbe1d8f7e649a
    Reviewed-on: https://code.wireshark.org/review/12455
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ca9970c   extcap: Fix extcap_example.bat arguments wildcard
    adds  5f00849   Qt: Set the packet list width when we apply recent column widths.


Summary of changes:
 ui/qt/packet_list.cpp |   26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)