diff --git a/data/img/gray/mixerPanel/masterMixerline_background.png b/data/img/gray/mixerPanel/masterMixerline_background.png index 57688d3cbf..7d144b8a5f 100644 Binary files a/data/img/gray/mixerPanel/masterMixerline_background.png and b/data/img/gray/mixerPanel/masterMixerline_background.png differ diff --git a/src/gui/src/Mixer/MixerLine.cpp b/src/gui/src/Mixer/MixerLine.cpp index 0c7f078303..8cbb4dd33f 100644 --- a/src/gui/src/Mixer/MixerLine.cpp +++ b/src/gui/src/Mixer/MixerLine.cpp @@ -686,22 +686,22 @@ MasterMixerLine::MasterMixerLine(QWidget* parent) m_pPeakLCD->setPalette( lcdPalette ); m_pHumanizeVelocityRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Humanize velocity" ), false, false ); - m_pHumanizeVelocityRotary->move( 74, 88 -64 ); + m_pHumanizeVelocityRotary->move( 74, 88 -45 ); connect( m_pHumanizeVelocityRotary, SIGNAL( valueChanged(Rotary*) ), this, SLOT( rotaryChanged(Rotary*) ) ); m_pHumanizeVelocityRotary->setAction( new Action("HUMANIZE_VELOCITY_ABSOLUTE") ); m_pHumanizeTimeRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Humanize time" ), false, false ); - m_pHumanizeTimeRotary->move( 74, 125 -64); + m_pHumanizeTimeRotary->move( 74, 125 -45); connect( m_pHumanizeTimeRotary, SIGNAL( valueChanged(Rotary*) ), this, SLOT( rotaryChanged(Rotary*) ) ); m_pHumanizeTimeRotary->setAction( new Action("HUMANIZE_TIME_ABSOLUTE") ); m_pSwingRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Swing" ), false, false ); - m_pSwingRotary->move( 74, 162 -64); + m_pSwingRotary->move( 74, 162 -45); connect( m_pSwingRotary, SIGNAL( valueChanged(Rotary*) ), this, SLOT( rotaryChanged(Rotary*) ) ); m_pSwingRotary->setAction( new Action("SWING_ABSOLUTE") ); m_pFillValueRotary = new Rotary( this, Rotary::TYPE_NORMAL, trUtf8( "Fill" ), false, false ); - m_pFillValueRotary->move( 74, 162 ); + m_pFillValueRotary->move( 74, 125 +64 ); connect( m_pFillValueRotary, SIGNAL( valueChanged(Rotary*) ), this, SLOT( rotaryChanged(Rotary*) ) ); m_pFillValueRotary->setAction( new Action("FILL_VALUE_ABSOLUTE") );