mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
the basics of step editing, more details to follow
git-svn-id: svn://localhost/ardour2/branches/3.0@5629 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c8932292e1
commit
b0b584c2a5
15 changed files with 370 additions and 61 deletions
|
|
@ -32,7 +32,8 @@ ExportFileNotebook::ExportFileNotebook () :
|
|||
{
|
||||
/* Last page */
|
||||
|
||||
new_file_button.add (*Gtk::manage (new Gtk::Image (::get_icon("add"))));
|
||||
new_file_button.set_image (*Gtk::manage (new Gtk::Image (::get_icon("add"))));
|
||||
new_file_button.set_label (_(" Click here to add another format"));
|
||||
new_file_button.set_alignment (0, 0.5);
|
||||
new_file_button.set_relief (Gtk::RELIEF_NONE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue