13
0

Allow processor box to get a vertical scrollbar. Make processor name text a bit smaller.

git-svn-id: svn://localhost/ardour2/branches/3.0@6187 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-26 15:04:34 +00:00
parent b3d86acf38
commit a876ccff9c
2 changed files with 2 additions and 2 deletions

View File

@ -1049,7 +1049,7 @@ style "processor_list_display"
# fg[NORMAL] = { 0.5, 0.5, 0.5 } # used for inactive
# fg[ACTIVE] = { 1.0, 1.0, 1.0 } # used for active
font_name = "@FONT_SMALL@"
font_name = "@FONT_SMALLER@"
bg[NORMAL] = { 0, 0, 0 }
}

View File

@ -286,7 +286,7 @@ ProcessorBox::ProcessorBox (ARDOUR::Session& sess, sigc::slot<PluginSelector*> g
processor_display.set_can_focus ();
processor_display.set_name ("ProcessorSelector");
processor_display.set_size_request (48, 40);
processor_display.set_size_request (48, -1);
processor_display.set_data ("processorbox", this);
processor_display.signal_enter_notify_event().connect (mem_fun(*this, &ProcessorBox::enter_notify), false);