summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-16 02:18:51 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-16 02:18:51 +0000
commitce525ae440d7707304cd2233be929cbbc64b4943 (patch)
treeee89f2c1383161332362500291f55b8697af2742 /gtk2_ardour/option_editor.h
parentb0ab00d663584b939360b5e9bddc89331fffd66d (diff)
Neaten up option editor layouts a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@6095 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index fb6663e3f9..b584338471 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -201,7 +201,7 @@ public:
_set (s)
{
_label = manage (new Gtk::Label (n + ":"));
- _label->set_alignment (1, 0.5);
+ _label->set_alignment (0, 0.5);
_combo = manage (new Gtk::ComboBoxText);
_combo->signal_changed().connect (sigc::mem_fun (*this, &ComboOption::changed));
}
@@ -292,7 +292,7 @@ public:
_scale (scale)
{
_label = manage (new Gtk::Label (n + ":"));
- _label->set_alignment (1, 0.5);
+ _label->set_alignment (0, 0.5);
_spin = manage (new Gtk::SpinButton);
_spin->set_range (min, max);