Add tooltip to explain case sensitivity behavior

This commit is contained in:
Alexander Montag 2024-10-13 07:02:59 +00:00
parent 8c557f87f7
commit 2b86928737
No known key found for this signature in database
GPG Key ID: 07FE50B35A2B7524
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ TreeSearchPanel::TreeSearchPanel() {
find_next_button->set_tooltip_text("Next Match"); find_next_button->set_tooltip_text("Next Match");
find_prev_button->set_tooltip_text("Previous Match"); find_prev_button->set_tooltip_text("Previous Match");
line_edit_search->set_tooltip_text("Match case if input contains capital letter.");
// Positioning and sizing // Positioning and sizing
set_anchors_and_offsets_preset(LayoutPreset::PRESET_BOTTOM_WIDE); set_anchors_and_offsets_preset(LayoutPreset::PRESET_BOTTOM_WIDE);