mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
This commit is contained in:
parent
f8b570db5e
commit
9a74312f9f
2 changed files with 3 additions and 3 deletions
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue