Feature request #6495
Use list view instead of combobox to select edit widget
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 15716 |
Description
The "edit widget" dialog uses a combobox to select the type of edit widget to use for each attribute field.
To reduce the number of clicks necessary when setting up all the edit widgets for a layer, it would be nice if a list view or something was used instead of a combobox.
See the attached mockup.
Associated revisions
Switch to listbox for edit types. Fix #6495
History
#1 Updated by Nathan Woodrow about 12 years ago
I agree. We could reduce the size of the list on the side a little to save on space.
I don't think there would be much coding in this as a listbox is the same as a combobox in terms of function. Do you already have a diff, or do you want me to have a look into it.
#2 Updated by Nathan Woodrow about 12 years ago
- Status changed from Open to Closed
Fixed in changeset 539ff6985c3ec352fba24230130047acdced662f.