aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/profile_dialog.cpp
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-07-21 14:56:07 +0200
committerRoland Knall <rknall@gmail.com>2019-07-21 13:31:15 +0000
commitcdac470a60a0fd4ac871072f732a13038e691e73 (patch)
tree667a176b3733964ef15f64d2c3440dd522c1e682 /ui/qt/profile_dialog.cpp
parent44129c6ded87914461d48190918fb2b29dd93105 (diff)
Qt: Fix iconsize of info label
Fix the icon size of the info label Change-Id: I46a156f567602f0e2da5a8697b798aa6b238483f Reviewed-on: https://code.wireshark.org/review/34041 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/profile_dialog.cpp')
-rw-r--r--ui/qt/profile_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/profile_dialog.cpp b/ui/qt/profile_dialog.cpp
index 3e6ad7381c..7c4aa349ad 100644
--- a/ui/qt/profile_dialog.cpp
+++ b/ui/qt/profile_dialog.cpp
@@ -63,6 +63,7 @@ ProfileDialog::ProfileDialog(QWidget *parent) :
pd_ui_->newToolButton->setAttribute(Qt::WA_MacSmallSize, true);
pd_ui_->deleteToolButton->setAttribute(Qt::WA_MacSmallSize, true);
pd_ui_->copyToolButton->setAttribute(Qt::WA_MacSmallSize, true);
+ pd_ui_->lblInfo->setAttribute(Qt::WA_MacSmallSize, true);
#endif
#ifndef HAVE_MINIZIP