On Friday, January 13, 2017 at 2:11:08 AM UTC-8, Roger Oberholtzer wrote:
>
> Is it possible to change the size of the workflow image in 
> TracWorkflowAdminPlugin? The one that gets generated for me is far too 
> small to see: 576 x 205 
>
> I have tried adding this to trac.ini: 
>
> [workflow-admin] 
> diagram_size = 20, 20 
>
> The diagram is unchanged. 
>
> I see the following in the code (in TracWorkflowAdminModule in web_ui.py): 
>
>      diagram_size = Option('workflow-admin', 'diagram_size', '6, 6', 
>          doc=N_("Image size in workflow diagram")) 
>
>  So, I would expect that: 
>   1. The items can be configured. 
>   2. They should show up in the web admin interface (this ticket). 
>
> But maybe this is not really supported. All I am really after is 
> getting a larger image so I can see the details of the workflow... 
>
> -- 
> Roger Oberholtzer 
>

It works fine for me with Trac 1.2-stable.

I tried:
diagram_size = 3,3  -> 288 x 218
diagram_size = 6,6  -> 576 x 436
diagram_size = 12, 12  -> 945 x 715
diagram_size = 24, 24  -> 945 x 715

and with each change the image approximately doubles in size, up to a limit.

Try deleting the png's in htdocs/tracworkflowadmin.

Tested with Firefox 52. Please try with Firefox or Chrome and make sure you 
are running the latest version of the plugin.

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to