Wireshark-commits: [Wireshark-commits] master a539036: Qt: reduce minimum window size requirement
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Mar 2017 16:19:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a539036339c3bbe51b5c59ed23906d977878597c
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a539036 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: reduce minimum window size requirement
    
    Strip some padding from the main welcome screen and lower the minimum
    width to allow the window to be shrinked. Even when a capture file was
    open, the minimum dimensions from the main welcome screen would apply.
    
    The minimum dimensions on Arch Linux with Qt 5.8.0-5 and Plasma 5.9.2
    (with the default Breeze theme) for a window have changes as follows:
     - main screen/pcap loaded: 746x626 -> 702x590
     - with search bar opened:  826x658 -> 826x622
    (These numbers exclude 35x10 window decoration.)
    
    Change-Id: Iccc43ee55803abb8105c0d9664368aab09e8cfcf
    Reviewed-on: https://code.wireshark.org/review/20343
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  85aa48c   pluginIf: Add/Remove single entries from selector
    adds  a539036   Qt: reduce minimum window size requirement


Summary of changes:
 ui/qt/main_welcome.cpp |    2 +-
 ui/qt/main_welcome.ui  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)