Wireshark-commits: [Wireshark-commits] master abfe957: Qt: Display filter toolbar updates.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 04 Dec 2018 04:47:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abfe9572bdee9d43c8eacf33b484f336b646d12f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

abfe957 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Display filter toolbar updates.
    
    Don't set the display filter combo's minimum size. This lets us show
    more filter expression buttons.
    
    Clear the filter expression toolbar before redrawing it. This gets rid
    of a leftover artifact here on macOS.
    
    Change-Id: Iab944e8992caf554e024521df52d0089a4501674
    Reviewed-on: https://code.wireshark.org/review/30902
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6976234   CMake: Use $ORIGIN with RPATH
     add  abfe957   Qt: Display filter toolbar updates.


Summary of changes:
 ui/qt/main_window.cpp                       | 14 +-------------
 ui/qt/main_window.h                         |  2 --
 ui/qt/widgets/filter_expression_toolbar.cpp |  2 +-
 3 files changed, 2 insertions(+), 16 deletions(-)