Bug #164
closedVX7: Column width in banks editing tab are not adjustable
0%
Description
For the memory banks editing tab for the Yaesu VX-7, the column width is not adjustable. On top of that, the default width of the "Name" column is much too wide.
Updated by Dan Smith over 12 years ago
- Status changed from New to Feedback
- Assignee set to Dan Smith
I can make them adjustable if it matters (although I don't understand why it does).
The reason the name column is so wide is a result of the fix for your bug #162. GTK demands that some column (or columns) receive the extra space left over after the minimum widths are calculated. The default is to give it to the last column (which was MG9). Since that caused the label to be "placed wrong" I changed the code to explicitly give the extra space to the name column, thinking that was a sane default. How would you propose we proceed?
Updated by David Griffith over 12 years ago
I think the better place to put the extra space would be after the MG9 column or between that and a blank dummy column.
Updated by Dan Smith over 12 years ago
- Status changed from Feedback to Closed
- Target version set to 0.3.0
Fixed in r1609