View Issue Details

IDProjectCategoryView StatusLast Update
0004489ardourbugspublic2011-12-06 23:37
Reporteroofus Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDell D830 core2duo T9300 2.5GHzOSKubuntuOS Version11.10
Target Version3.0 
Summary0004489: When pulling out the regions tab of the editor note book, the Regions column should expand to give more space not the 'O' column
DescriptionWhen pulling out the regions tab of the editor note book, the Regions column should expand to give more space not the 'O' column.
TagsNo tags attached.

Activities

paul

2011-12-02 13:14

administrator   ~0012274

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.

paul

2011-12-02 14:54

administrator   ~0012277

fixed in rev 10860 by using gtk_treeview_column_set_expand() to make the name column soak up the extra space.

oofus

2011-12-05 12:53

developer   ~0012300

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.

paul

2011-12-05 16:45

administrator   ~0012301

yes, the solution used the same appraoch as the tracks+busses tab.

rev 10900 fixes the issues just added.

oofus

2011-12-06 23:37

developer   ~0012312

Fixed, thanks.

Issue History

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