Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 11 Feb 2013 03:46:40 UTC Commit: dbd6d12160f6d2c4baffca33cf226b4aef6be782 https://github.com/geany/geany/commit/dbd6d12160f6d2c4baffca33cf226b4aef6be7...
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).