Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to change the size of the font in the error console?
#4
(12-03-2016, 07:34 PM)Kevin Wrote:
Code:
style "errorview"
{
  base[NORMAL] = "#202020"
  text[NORMAL] = "#ff8000"          # make the warning messages stand out by making them orange
  font_name = "sans, 20"
}

widget "*GimpErrorConsole*GtkScrolledWindow*"   style:highest "errorview" # specifically for the scrolled window on the error console

The widget specification is specifically targeting just the error console, so it's shouldn't have any side effects elsewhere.

Works like a charm.... used a slightly less gaudy color scheme though(*) Smile

(*) Methinks sir wants a DS3 GT Smile
Reply


Messages In This Thread
RE: Is there a way to change the size of the font in the error console? - by Ofnuts - 12-03-2016, 11:28 PM

Forum Jump: