From 1d431bf6c4259ec6ee6a1b445c635fe89733e7f9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 30 Dec 2016 02:33:27 +0100 Subject: Left align notes in Preferences. --- gtk2_ardour/option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 72161d07f4..f786496050 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -83,7 +83,7 @@ void OptionEditorComponent::maybe_add_note (OptionEditorPage* p, int n) { if (!_note.empty ()) { - Gtk::Label* l = manage (new Gtk::Label (string_compose (X_("%1"), _note))); + Gtk::Label* l = manage (left_aligned_label (string_compose (X_("%1"), _note))); l->set_use_markup (true); l->set_line_wrap (true); p->table.attach (*l, 1, 3, n, n + 1, FILL | EXPAND); -- cgit v1.2.3