From ccca843a57d6f23c7da682f4b7d3286a69590eee Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 3 Nov 2015 19:31:45 +0100 Subject: 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 Petri-Dish: Pascal Quantin Reviewed-by: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/display_filter_expression_dialog.ui | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/qt/display_filter_expression_dialog.ui') diff --git a/ui/qt/display_filter_expression_dialog.ui b/ui/qt/display_filter_expression_dialog.ui index cc9ccbb8d8..8651dd4409 100644 --- a/ui/qt/display_filter_expression_dialog.ui +++ b/ui/qt/display_filter_expression_dialog.ui @@ -183,6 +183,9 @@ <small><i>A hint.</i></small> + + true + -- cgit v1.2.1