Re: Hi, any way of making the Category box bigger?
Mel Hatzis <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/23/2004 08:15 AM, Adam Cade submitted: > Hi, > > Using gnats 4.0... is there any way of making the Category box bigger? > Or making it a drop down menu like the old veriosn of gnats? This is a gnatsweb question....I'm not entirely sure which version of gnatsweb you're running, however, in the gnatsweb config file, (gnatsweb-site.pl) there's the following variable: # when we have more than this many items, use a scrolling list # instead of a popup $popup_menu_becomes_obnoxious = <X>; This variable specifies the maximum number of field values for a drop-down menu to be used. In your case, if you have more than <X> categories in your categories file, a listbox will be used rather than a drop down. There's no way to control this on a per-field basis...the variable applies to all Enum fields in your configuration. -- Mel Hatzis