Bug 650173: Make the Priority column on the buglist wide-enough to fit

the new default priority names
r=wicked, a=mkanat


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@262225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-04-25 00:20:10 +00:00
parent ab525ee7b3
commit bce2afd661
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7574
7575

View File

@ -45,7 +45,7 @@
[% abbrev =
{
"bug_severity" => { maxlength => 3 , title => "Sev" } ,
"priority" => { maxlength => 3 , title => "Pri" } ,
"priority" => { maxlength => 7 , title => "Pri" } ,
"rep_platform" => { maxlength => 3 , title => "Plt" } ,
"bug_status" => { maxlength => 4 } ,
"assigned_to" => { maxlength => 30 , ellipsis => "..." } ,