Wireshark-commits: [Wireshark-commits] master-2.0 30039d1: Activate word wrap for hintLabel defined

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Nov 2015 11:35:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30039d120b6cdc66148574c5407b62fe3ede2f18
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

30039d1 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Activate word wrap for hintLabel defined as QLabel
    
    Without this, a long hint string (like a wrong protocol name in the SSL UAT preference) will resize the window to match the string.
    With this change, instead the hintLabel string is continuing on a new line to match currently configured window size
    
    Change-Id: Ib8fcc7bd96585717f122b0921165c4d916442cb0
    Reviewed-on: https://code.wireshark.org/review/11529
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit ccca843a57d6f23c7da682f4b7d3286a69590eee)
    Reviewed-on: https://code.wireshark.org/review/11550
    

Actions performed:

    from  50a4cb5   Updated Diameter dictionary.xml with AVP values.
    adds  30039d1   Activate word wrap for hintLabel defined as QLabel


Summary of changes:
 ui/qt/coloring_rules_dialog.ui            |    3 +++
 ui/qt/display_filter_expression_dialog.ui |    3 +++
 ui/qt/follow_stream_dialog.ui             |    4 ++++
 ui/qt/iax2_analysis_dialog.ui             |    3 +++
 ui/qt/lbm_uimflow_dialog.ui               |    4 ++++
 ui/qt/lte_rlc_graph_dialog.ui             |    3 +++
 ui/qt/manage_interfaces_dialog.ui         |    3 +++
 ui/qt/protocol_hierarchy_dialog.ui        |    3 +++
 ui/qt/rtp_analysis_dialog.ui              |    3 +++
 ui/qt/rtp_player_dialog.ui                |    3 +++
 ui/qt/rtp_stream_dialog.ui                |    3 +++
 ui/qt/sctp_graph_arwnd_dialog.ui          |    4 ++++
 ui/qt/sctp_graph_byte_dialog.ui           |    4 ++++
 ui/qt/sctp_graph_dialog.ui                |    4 ++++
 ui/qt/supported_protocols_dialog.ui       |    3 +++
 ui/qt/tap_parameter_dialog.ui             |    3 +++
 ui/qt/tcp_stream_dialog.ui                |    3 +++
 ui/qt/uat_dialog.ui                       |    3 +++
 18 files changed, 59 insertions(+)