summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.ui
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-12-15 09:01:37 +0100
committerAnders Broman <a.broman58@gmail.com>2015-12-15 09:10:47 +0000
commit9ad40ff6c91115c9e9cb86f2d257260479e63706 (patch)
tree9259ceb1f11046840a130159b118d709b5fc4152 /ui/qt/follow_stream_dialog.ui
parent2816403b481c74a34d46403be415096ada1604b1 (diff)
downloadwireshark-9ad40ff6c91115c9e9cb86f2d257260479e63706.tar.gz
Qt: resize Follow Stream conversation QComboBox to its content
Bug: 11887 Change-Id: Ibc3bd6ed8c0615f8bcf417ca1ba4d872f81ade92 Reviewed-on: https://code.wireshark.org/review/12644 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@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/follow_stream_dialog.ui')
-rw-r--r--ui/qt/follow_stream_dialog.ui6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/qt/follow_stream_dialog.ui b/ui/qt/follow_stream_dialog.ui
index 56a9320829..cbb66cde70 100644
--- a/ui/qt/follow_stream_dialog.ui
+++ b/ui/qt/follow_stream_dialog.ui
@@ -43,7 +43,11 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,1,0,0">
<item>
- <widget class="QComboBox" name="cbDirections"/>
+ <widget class="QComboBox" name="cbDirections">
+ <property name="sizeAdjustPolicy">
+ <enum>QComboBox::AdjustToContents</enum>
+ </property>
+ </widget>
</item>
<item>
<spacer name="horizontalSpacer">