From 66b94a7112f6379b0e30ad7a8917ab146e374a20 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 08 Oct 2017 03:38:23 -0400 Subject: MqTabChrome: Add match count label to find bar --- (limited to 'src/tab-chrome.h') diff --git a/src/tab-chrome.h b/src/tab-chrome.h index 5cb1705..f3bf883 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -44,6 +44,7 @@ struct MqTabChrome { gchar *hovered_link_uri; GtkWidget *find_revealer; GtkWidget *find_search_entry; + GtkWidget *find_matches_label; gboolean find_match_case; gboolean find_searching; WebKitWebView *web_view; -- cgit v0.9.1