Wireshark-commits: [Wireshark-commits] master 8d2b635: Qt: Fix our template icon appearance on LoDP
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d2b635354bfd24283fe9d8f9177469b13f5ad0c
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8d2b635 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Fix our template icon appearance on LoDPI screens.
    
    When creating a pixmap for a template icon, don't bother setting its
    device pixel ratio. Otherwise it will interfere with QIcon's size
    calculations.
    
    Change-Id: I8c89ce49c57d558ae48baf9c31227898c0f7f9ca
    Reviewed-on: https://code.wireshark.org/review/33919
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  2c9db3e   Get rid of unused variable.
     add  8d2b635   Qt: Fix our template icon appearance on LoDPI screens.
Summary of changes:
 ui/qt/utils/stock_icon.cpp | 1 -
 1 file changed, 1 deletion(-)