Re: [GNC] Font size in reports

2021-05-24 Thread John Ralls
Jill, Stylesheets *are* global in that any one of them can be applied to any report. There's one stylesheet named Default that all standard reports use unless told otherwise in report options, so if you want a change to apply to all reports--and you probably do in this case--then you edit the D

Re: [GNC] Font size in reports

2021-05-23 Thread Jill Terry
>> Did you change the style sheet in report options to point to your new style sheet? << argh!  gotcha!  Sorry, only just started using latest version of Gnu after installing a new hard-drive.  Thought style sheets would simply be global! Working now - thanks so much John Cheers Jill On 2

Re: [GNC] Font size in reports

2021-05-23 Thread John Ralls
Please remember to copy the list on all replies. Did you change the style sheet in report options to point to your new style sheet? There's no need to restart GnuCash. If you change the report option it will reload the report for you, but if you only edit the selected stylesheet you'll need to

Re: [GNC] Font size in reports

2021-05-21 Thread John Ralls
> On May 21, 2021, at 12:14 AM, Jill Terry wrote: > > I have a problem in that the font size in reports is tiny! > > Searching for the answer, I created a gtk-3.0.css file with the following, > and placed it in appdata > roaming > gnucash > > * { > font-size: 22px; > } > > I tried variou

[GNC] Font size in reports

2021-05-21 Thread Jill Terry
I have a problem in that the font size in reports is tiny! Searching for the answer, I created a gtk-3.0.css file with the following, and placed it in appdata > roaming > gnucash * {   font-size: 22px; } I tried various sizes and fonts and it worked - except on the reports, which remained sm