summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-10 14:08:24 +0200
committerRobin Gareus <robin@gareus.org>2016-07-10 14:08:24 +0200
commit8ff46aa9c695c89182213a5c05a1c9415322e348 (patch)
tree00d6ec72848929b292c41913ba6bf8b687b69dcf /gtk2_ardour/sfdb_ui.h
parent509ce07c28542c4cc8ce2e4f8acf08f0235afe42 (diff)
re-layout import dialog (better fit for narrow screens)
The instrument dropdown can be very wide (depending on available synths) and combined with other dropdowns and the copy-checkbox in a single row, the min. width was well above 1400px.
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index fcdce2a140..f070d36ab6 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -303,7 +303,7 @@ class SoundFileOmega : public SoundFileBrowser
typedef std::map<std::string,Editing::ImportDisposition> DispositionMap;
DispositionMap disposition_map;
- Gtk::HBox options;
+ Gtk::Table options;
Gtk::VBox block_two;
Gtk::VBox block_three;
Gtk::VBox block_four;