[geany/geany] dbd6d1: Fix not using monospace font for unmatched search entries

Colomban Wendling git-noreply at xxxxx
Mon Feb 11 03:46:40 UTC 2013


Branch:      refs/heads/gtk3-support
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 11 Feb 2013 03:46:40 UTC
Commit:      dbd6d12160f6d2c4baffca33cf226b4aef6be782
             https://github.com/geany/geany/commit/dbd6d12160f6d2c4baffca33cf226b4aef6be782

Log Message:
-----------
Fix not using monospace font for unmatched search entries

This bug was introduced by RC file switch.


Modified Paths:
--------------
    data/geany.gtkrc

Modified: data/geany.gtkrc
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -14,6 +14,7 @@ style "geany-monospace" {
 	font_name = "Monospace"
 }
 widget "GeanyDialogSearch.*.GtkEntry" style "geany-monospace"
+widget "GeanyDialogSearch.*.geany-search-entry-no-match" style "geany-monospace"
 
 # set red background for GtkEntries showing unmatched searches
 style "geany-search-entry-no-match-style" {



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list