summaryrefslogtreecommitdiff
path: root/ui/qt/display_filter_expression_dialog.ui
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-03 19:31:45 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-04 11:34:30 +0000
commitccca843a57d6f23c7da682f4b7d3286a69590eee (patch)
tree80c06fd6542a6690376b7320e8667635f133bdb6 /ui/qt/display_filter_expression_dialog.ui
parentc7c33b0c85cf853cb03053a043b088ca16a33def (diff)
downloadwireshark-ccca843a57d6f23c7da682f4b7d3286a69590eee.tar.gz
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@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/display_filter_expression_dialog.ui')
-rw-r--r--ui/qt/display_filter_expression_dialog.ui3
1 files changed, 3 insertions, 0 deletions
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 @@
<property name="text">
<string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
</property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>