diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-02 15:52:54 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-05 13:42:52 -0500 |
| commit | f980f3fbea70c66c2ef3184dbd399dffa58cd3f1 (patch) | |
| tree | 393ab87b217cee6198dc82d4eee2f6fcde2b11fa | |
| parent | acbb7d86058e9603334a4d61807c1e06f59cdbd5 (diff) | |
Make find widget work better in vertical format
| -rw-r--r-- | ui/searchresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/searchresult.h b/ui/searchresult.h index 4018ab67..17a06333 100644 --- a/ui/searchresult.h +++ b/ui/searchresult.h @@ -311,7 +311,7 @@ class BINARYNINJAUIAPI SearchResultHeaderWidget : public QWidget, public FilterT QLineEdit* m_search; QComboBox* m_mode; - QCheckBox* m_caseInsensitive; + ClickableIcon* m_caseSensitive; public: SearchResultHeaderWidget(); |
