Wireshark-commits: [Wireshark-commits] master 341f2ce: Qt: Packet list fixes.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 May 2015 19:24:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=341f2cee6b9a3c72625f31faac7a6102f02bd54f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

341f2ce by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Packet list fixes.
    
    When updating the monospace font, don't apply it to PacketList itself.
    On Windows and Linux here it sets the header font as well.
    
    Add the item delegate width to the column size hint. This correctly
    resizes column 0 on Windows. It seems to add extra space on OS X and
    Linux, unfortunately.
    
    Change-Id: I294cd9868fe00144b896636be65896e8557ab208
    Reviewed-on: https://code.wireshark.org/review/8402
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  5a9d065   Skip past env and its environment-variable arguments.
    adds  341f2ce   Qt: Packet list fixes.


Summary of changes:
 ui/qt/packet_list.cpp |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)