summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-04 05:53:51 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-04 05:53:51 +0000
commitfd20404daa41011a1eb747e054921f63ccae6bb2 (patch)
treed3794b59dff8683eab29faa7d36f5bb57232a9ee /gtk2_ardour/option_editor.cc
parent422f290094f30c0b94ddb221b77c09d9cf06cc64 (diff)
Updates for set_type_hint() and the sfdb_ui.
git-svn-id: svn://localhost/trunk/ardour2@239 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 58bf35ee59..9126303c52 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -408,7 +408,7 @@ OptionEditor::setup_path_options()
{
Gtk::Label* label;
- path_table.set_homogeneous (true);
+ path_table.set_homogeneous (false);
path_table.set_border_width (12);
path_table.set_row_spacings (5);
@@ -432,6 +432,7 @@ OptionEditor::setup_path_options()
path_table.attach(sfdb_path_view, 1, 3, 2, 3, Gtk::FILL|Gtk::EXPAND, FILL);
sfdb_path_view.append_column(_("Paths"), sfdb_path_columns.paths);
+ sfdb_path_view.set_size_request(-1, 100);
vector<string> nfstrings = internationalize (native_format_strings);