@codebrainz commented on this pull request.
> -If you want to change the font, you can do this easily
-by inserting the following style into your ``.gtkrc-2.0``
-(usually found in your home directory on UNIX-like systems and in the
-etc subdirectory of your Geany installation on Windows)::
-
- style "search_style"
- {
- font_name="Monospace 8"
- }
- widget "GeanyDialogSearch.*.GtkEntry" style:highest "search_style"
-
-Please note the addition of ":highest" in the last line which sets the priority
-of this style to the highest available. Otherwise, the style is ignored
-for the search dialogs.
-
-
TODO: write GTK+3 docs for this and put them back here.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2602#pullrequestreview-499939772