aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/lte_rlc_statistics_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/lte_rlc_statistics_dialog.cpp')
-rw-r--r--ui/qt/lte_rlc_statistics_dialog.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/lte_rlc_statistics_dialog.cpp b/ui/qt/lte_rlc_statistics_dialog.cpp
index da746df072..2f5176866a 100644
--- a/ui/qt/lte_rlc_statistics_dialog.cpp
+++ b/ui/qt/lte_rlc_statistics_dialog.cpp
@@ -643,9 +643,7 @@ LteRlcStatisticsDialog::LteRlcStatisticsDialog(QWidget &parent, CaptureFile &cf,
packet_count_(0)
{
setWindowSubtitle(tr("LTE RLC Statistics"));
-
- // XXX Use recent settings instead
- resize((parent.width() * 5) / 5, (parent.height() * 3) / 4);
+ loadGeometry((parent.width() * 5) / 5, (parent.height() * 3) / 4, "LTERLCStatisticsDialog");
// Create a grid for filtering-related widgetsto also appear in layout.
int filter_controls_layout_idx = verticalLayout()->indexOf(filterLayout()->widget());