Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our
Implementation of New Features Policy.
Can we please have the ability to change the icon size in the administration module? 16x16 is very small for some of our users - we would like to be able to change them to 24x24 icons. I think being able to support both would be great at a minimum or be able to set an artbitrary size and have the layout accomodate it (within some reasonable boundaries of course) would be even better.
I ran a grep on the jira directory tree and there are some files with the hard-coded icon size, such as:
<img src="$iconurl" height="16" width="16"
On the velocity templates it would be easy replace the whole IMG tag with a macro, so even with no user interface support users would be able to easily customize the icon size. But I'm not sure that every icon is being handled from a velocity template.
I just voted for this issue
Cheers,
Pablo
pablo costa
added a comment - I ran a grep on the jira directory tree and there are some files with the hard-coded icon size, such as:
<img src="$iconurl" height="16" width="16"
On the velocity templates it would be easy replace the whole IMG tag with a macro, so even with no user interface support users would be able to easily customize the icon size. But I'm not sure that every icon is being handled from a velocity template.
I just voted for this issue
Cheers,
Pablo
Also – why is it that .png icons take on a black background where it should be transparent? PNG images look so much better than their GIF translations, I don't understand what the problem is.
And yes – issue types and priorities / status, etc. should all be able to be displayed at at least (!!) 24.
Geez, that would be nice. People get old and cannot see how witty I was when I selected an icon which resembles a small blob in its 16 dpi version.
Dawn Hunter
added a comment - I AGREE LOTS & LOTS.
Also – why is it that .png icons take on a black background where it should be transparent? PNG images look so much better than their GIF translations, I don't understand what the problem is.
And yes – issue types and priorities / status, etc. should all be able to be displayed at at least (!!) 24.
Geez, that would be nice. People get old and cannot see how witty I was when I selected an icon which resembles a small blob in its 16 dpi version.
Unassigned
Christopher Woodill
Votes:
41Vote for this issue
Watchers:
12Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
I ran a grep on the jira directory tree and there are some files with the hard-coded icon size, such as:
<img src="$iconurl" height="16" width="16"
On the velocity templates it would be easy replace the whole IMG tag with a macro, so even with no user interface support users would be able to easily customize the icon size. But I'm not sure that every icon is being handled from a velocity template.
I just voted for this issue
Cheers,
Pablo