Wireshark-commits: [Wireshark-commits] master-2.6 8d14c9e: Qt: Set a minimum width for the main win
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 22 May 2018 17:37:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d14c9e412cdf1a00ee6e5288ad84823ff563230
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

8d14c9e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Set a minimum width for the main window.
    
    Set a minimum width for the main window so that we override the minimum
    size set by the display filter combo.
    
    Add a couple of comments and fixup a cast while we're here.
    
    Bug: 13516
    Change-Id: I6e994a7d06f5a966bb9bf8d3f4c4fc343cd466c8
    Reviewed-on: https://code.wireshark.org/review/27697
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 50197b30236f1b5b3e7ee8a90c57a3dbcbd835e5)
    Reviewed-on: https://code.wireshark.org/review/27717
    

Actions performed:

    from  0e41e64   Qt: Remove the capture information dialog checkbox.
    adds  8d14c9e   Qt: Set a minimum width for the main window.


Summary of changes:
 ui/qt/main_window.cpp                  | 7 ++++++-
 ui/qt/widgets/capture_filter_combo.cpp | 3 ++-
 ui/qt/widgets/display_filter_combo.cpp | 3 ++-
 3 files changed, 10 insertions(+), 3 deletions(-)