ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 6208796: Qt: Disable collapsible children in the main

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Apr 2018 01:21:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6208796b9ed08e81c4411e9463e2f9c9c85ef711
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6208796 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Disable collapsible children in the main window.
    
    Set the childrenCollapsible property to false in the main window
    splitters. Set the minimum size for the packet list, proto tree, and
    byte views to a small (one em), consistent, and nonzero value. Otherwise
    it's easy to inadvertently end up with a hidden main window view.
    
    Bug: 14478
    Change-Id: I07a352cf2cf0375829ae2e0cb53b2a7d717dbb7d
    Reviewed-on: https://code.wireshark.org/review/26847
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  0b7c6f0   RPM: support multiple ninja executables.
    adds  6208796   Qt: Disable collapsible children in the main window.


Summary of changes:
 ui/qt/byte_view_tab.cpp | 4 ++++
 ui/qt/main_window.cpp   | 2 ++
 ui/qt/packet_list.cpp   | 4 ++++
 ui/qt/proto_tree.cpp    | 4 ++++
 4 files changed, 14 insertions(+)