mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue