summaryrefslogtreecommitdiff
path: root/ui/qt/filter_expression_frame.h
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2017-06-26 13:02:07 +0200
committerRoland Knall <rknall@gmail.com>2017-06-26 14:33:37 +0000
commit680d1df7a04fd7a72707ef319783984c5c148783 (patch)
treebe282a7c47ba5d8a5ea22d7378a40adb61778f51 /ui/qt/filter_expression_frame.h
parent707b78907487cbf2965521b31e6c3222e4d8459f (diff)
downloadwireshark-680d1df7a04fd7a72707ef319783984c5c148783.tar.gz
Fix Filter Tooltip button and frame
Make the frame into a two-row frame to better accomodate the comments field, and reinstate the correct action for the buttons Change-Id: I171e4bc3c7f195b7179cd6b1c2ab4ab42ede9c04 Reviewed-on: https://code.wireshark.org/review/22405 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/filter_expression_frame.h')
-rw-r--r--ui/qt/filter_expression_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/filter_expression_frame.h b/ui/qt/filter_expression_frame.h
index ad3119d23b..2d65f9a596 100644
--- a/ui/qt/filter_expression_frame.h
+++ b/ui/qt/filter_expression_frame.h
@@ -51,7 +51,7 @@ private:
private slots:
void updateWidgets();
- void on_filterExpressionPreferencesToolButton_clicked();
+ void on_filterExpressionPreferencesPushButton_clicked();
void on_labelLineEdit_textChanged(const QString);
void on_buttonBox_accepted();
void on_buttonBox_rejected();