Adjust volume label size

This commit is contained in:
Jordy Ruiz 2018-12-13 13:40:00 +01:00
parent b9f5e77101
commit e716482d58

View file

@ -1921,7 +1921,7 @@ void CMenus::RenderSettingsSound(CUIRect MainView)
}
Right.HSplitTop(ButtonHeight, &Button, &Right);
DoScrollbarOption(&g_Config.m_SndVolume, &g_Config.m_SndVolume, &Button, Localize("Volume"), 110.0f, 0, 100);
DoScrollbarOption(&g_Config.m_SndVolume, &g_Config.m_SndVolume, &Button, Localize("Volume"), 130.0f, 0, 100);
}
else
{