summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-10 14:49:46 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-10 14:49:46 +0000
commit4d5f26902dd366cfde94ce6d3006cb8ea247a061 (patch)
treeddb8e367799aaeaadde3daaee62eaa439c8aaec6 /gtk2_ardour/option_editor.cc
parent4499c64d354c556eecb22a890a0d25186efe8694 (diff)
Tidy up a couple of bits in the session option editor.
git-svn-id: svn://localhost/ardour2/branches/3.0@7992 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 82c544c50c..af85d879cc 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -109,7 +109,7 @@ EntryOption::EntryOption (string const & i, string const & n, sigc::slot<string>
_set (s)
{
_label = manage (new Label (n + ":"));
- _label->set_alignment (1, 0.5);
+ _label->set_alignment (0, 0.5);
_entry = manage (new Entry);
_entry->signal_activate().connect (sigc::mem_fun (*this, &EntryOption::activated));
}