View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004489 | ardour | bugs | public | 2011-11-18 16:22 | 2011-12-06 23:37 |
| Reporter | oofus | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Dell D830 core2duo T9300 2.5GHz | OS | Kubuntu | OS Version | 11.10 |
| Target Version | 3.0 | ||||
| Summary | 0004489: When pulling out the regions tab of the editor note book, the Regions column should expand to give more space not the 'O' column | ||||
| Description | When pulling out the regions tab of the editor note book, the Regions column should expand to give more space not the 'O' column. | ||||
| Tags | No tags attached. | ||||
|
|
unfortunately, this is builtin behaviour of the GTK Treeview: "Sets the maximum width of the tree_column. If max_width is -1, then the maximum width is unset. Note, the column can actually be wider than max width if it's the last column in a view. In this case, the column expands to fill any extra space." not sure if there's a good workaround. |
|
|
fixed in rev 10860 by using gtk_treeview_column_set_expand() to make the name column soak up the extra space. |
|
|
Not sure if this fix is just using a normal GTK feature or a custom one but the tracks and busses tab already does the right thing, does that do it in the same way. Also, in the regions list I am now seeing clipping of the right hand edge of the L, G, M and O column tick boxes. ie the columns aren't quite wide enough. |
|
|
yes, the solution used the same appraoch as the tracks+busses tab. rev 10900 fixes the issues just added. |
|
|
Fixed, thanks. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-11-18 16:22 | oofus | New Issue | |
| 2011-11-18 16:22 | oofus | cost | => 0.00 |
| 2011-11-18 18:54 | cth103 | Target Version | => 3.0 |
| 2011-12-02 13:14 | paul | Note Added: 0012274 | |
| 2011-12-02 14:54 | paul | Note Added: 0012277 | |
| 2011-12-02 14:54 | paul | Status | new => resolved |
| 2011-12-02 14:54 | paul | Resolution | open => fixed |
| 2011-12-02 14:54 | paul | Assigned To | => paul |
| 2011-12-05 12:53 | oofus | Note Added: 0012300 | |
| 2011-12-05 12:53 | oofus | Status | resolved => feedback |
| 2011-12-05 12:53 | oofus | Resolution | fixed => reopened |
| 2011-12-05 16:45 | paul | Note Added: 0012301 | |
| 2011-12-05 16:45 | paul | Status | feedback => resolved |
| 2011-12-05 16:45 | paul | Resolution | reopened => fixed |
| 2011-12-06 23:37 | oofus | Note Added: 0012312 | |
| 2011-12-06 23:37 | oofus | Status | resolved => closed |