aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_range_group_box.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-11 09:56:58 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-12 22:42:46 +0000
commitf7d91bd29fe147598ea9a4d1eba340e71ef12e91 (patch)
tree51cf5d019e117941c3285adfc935fc2584e8df10 /ui/qt/packet_range_group_box.cpp
parent6df5252c2ca10af9bb0ab393da09e021d668d23d (diff)
Qt: Flatten group boxes.
As discussed in change 5185, the "big 3" HIGs discourage the use of traditional group boxes. Flatten our existing ones. Change-Id: I68ef4aa9fd0f69a42750bf735df2250a468bfb2d Reviewed-on: https://code.wireshark.org/review/5263 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/packet_range_group_box.cpp')
-rw-r--r--ui/qt/packet_range_group_box.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/packet_range_group_box.cpp b/ui/qt/packet_range_group_box.cpp
index 41a99c2e53..4d4bf948bc 100644
--- a/ui/qt/packet_range_group_box.cpp
+++ b/ui/qt/packet_range_group_box.cpp
@@ -29,6 +29,7 @@ PacketRangeGroupBox::PacketRangeGroupBox(QWidget *parent) :
syntax_state_(SyntaxLineEdit::Empty)
{
pr_ui_->setupUi(this);
+ setFlat(true);
pr_ui_->displayedButton->setChecked(true);
pr_ui_->allButton->setChecked(true);