mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Ellipsize source names in the region property dialogue box.
git-svn-id: svn://localhost/ardour2/branches/3.0@7930 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d75239caea
commit
04585abae3
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ RegionEditor::RegionEditor (Session* s, boost::shared_ptr<Region> r)
|
||||||
}
|
}
|
||||||
|
|
||||||
_sources.set_headers_visible (false);
|
_sources.set_headers_visible (false);
|
||||||
|
Gtk::CellRendererText* t = dynamic_cast<Gtk::CellRendererText*> (_sources.get_column_cell_renderer(0));
|
||||||
|
assert (t);
|
||||||
|
t->property_ellipsize() = Pango::ELLIPSIZE_END;
|
||||||
|
|
||||||
show_all();
|
show_all();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue