mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
shrink down some location UI button labels
git-svn-id: svn://localhost/ardour2/branches/3.0@13055 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e43d91949b
commit
28101d40d0
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
|
|||
|
||||
remove_button.set_image (*manage (new Image (Stock::REMOVE, Gtk::ICON_SIZE_MENU)));
|
||||
|
||||
start_to_playhead_button.set_name ("LocationEditCdButton");
|
||||
end_to_playhead_button.set_name ("LocationEditCdButton");
|
||||
|
||||
number_label.set_name ("LocationEditNumberLabel");
|
||||
name_label.set_name ("LocationEditNameLabel");
|
||||
name_entry.set_name ("LocationEditNameEntry");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue