View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001296 | ardour | bugs | public | 2006-11-03 21:34 | 2008-11-20 23:47 |
| Reporter | BenLoftis | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001296: FADE IN and FADE OUT displays on region popup editor have sizing issues | ||||
| Description | svn rev 1067 On the popup region editor, the fade in and fade out boxes are squished vertically. | ||||
| Tags | No tags attached. | ||||
|
2006-11-03 23:09
|
ardour-bug1296-r1067.patch (1,010 bytes)
Index: gtk2_ardour/audio_region_editor.cc =================================================================== --- gtk2_ardour/audio_region_editor.cc (revision 1067) +++ gtk2_ardour/audio_region_editor.cc (working copy) @@ -199,7 +199,7 @@ // fade_in_length_spinner.signal_activate().connect (mem_fun(*this, &AudioRegionEditor::activation)); - Gtkmm2ext::set_size_request_to_display_given_text (fade_in_length_spinner, "500g", 20, -1); + Gtkmm2ext::set_size_request_to_display_given_text (fade_in_length_spinner, "500g", 20, 10); fade_in_label_align.add (fade_in_label); fade_in_label_align.set (0.5); @@ -233,7 +233,7 @@ fade_out_length_spinner.signal_activate().connect (mem_fun(*this, &AudioRegionEditor::activation)); - Gtkmm2ext::set_size_request_to_display_given_text (fade_out_length_spinner, "500g", 20, -1); + Gtkmm2ext::set_size_request_to_display_given_text (fade_out_length_spinner, "500g", 20, 10); fade_out_label_align.add (fade_out_label); fade_out_label_align.set (0.5); |
|
|
these are slated for removal. they do nothing at all. sampo has actually worked on a nice change to put what would be left of the popup into a small area at the bottom of the region list. i told him it had to be post-2.0 at this point. |
|
|
fade in stuff remove in svn rev 1069 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-11-03 21:34 | BenLoftis | New Issue | |
| 2006-11-03 21:40 | taybin | Summary | FADE IN and FADE OUT displays on region popup editor has sizing issues => FADE IN and FADE OUT displays on region popup editor have sizing issues |
| 2006-11-03 23:09 | brianahr | File Added: ardour-bug1296-r1067.patch | |
| 2006-11-03 23:40 | paul | Note Added: 0002657 | |
| 2006-11-03 23:48 | paul | Status | new => resolved |
| 2006-11-03 23:48 | paul | Resolution | open => fixed |
| 2006-11-03 23:48 | paul | Assigned To | => paul |
| 2006-11-03 23:48 | paul | Note Added: 0002658 | |
| 2008-11-20 23:47 | seablade | Status | resolved => closed |