fix size of FaderOption's fader
git-svn-id: svn://localhost/ardour2/branches/3.0@13873 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b02e2cd25b
commit
a3bd17970e
@ -224,7 +224,7 @@ FaderOption::FaderOption (string const & i, string const & n, sigc::slot<gain_t>
|
||||
, _get (g)
|
||||
, _set (s)
|
||||
{
|
||||
_db_slider = manage (new HSliderController (&_db_adjustment, 115, false));
|
||||
_db_slider = manage (new HSliderController (&_db_adjustment, 115, 18, false));
|
||||
|
||||
_label.set_text (n + ":");
|
||||
_label.set_name (X_("OptionsLabel"));
|
||||
|
Loading…
Reference in New Issue
Block a user