URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50197b30236f1b5b3e7ee8a90c57a3dbcbd835e5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
50197b3 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>
Actions performed:
from f45ef3d rlc: Catch exceptions from sub-dissectors
adds 50197b3 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(-)