summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_group_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-05 22:34:49 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-05 22:34:49 +0000
commit9a74312f9f2413ea7f39ee493a9bd099e93a0704 (patch)
treed96bff9af50029d15c32cf7bb32fc3809a24fda4 /gtk2_ardour/route_group_dialog.cc
parentf8b570db5ea8c29969b44f5180ec5fea0795b3a5 (diff)
Make route group dialog resizable; make ArdourPrompter entries
resize when the window is resized, rather than the label (#4756). git-svn-id: svn://localhost/ardour2/branches/3.0@11599 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_group_dialog.cc')
-rw-r--r--gtk2_ardour/route_group_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_group_dialog.cc b/gtk2_ardour/route_group_dialog.cc
index 4e3198439e..eb74887771 100644
--- a/gtk2_ardour/route_group_dialog.cc
+++ b/gtk2_ardour/route_group_dialog.cc
@@ -50,7 +50,7 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
{
set_modal (true);
set_skip_taskbar_hint (true);
- set_resizable (false);
+ set_resizable (true);
set_position (Gtk::WIN_POS_MOUSE);
set_name (N_("RouteGroupDialog"));