Merge pull request #1855 from Dune-jr/adjust-volume

Adjust volume label size
This commit is contained in:
oy 2018-12-13 20:48:40 +01:00 committed by GitHub
commit 40078d0e1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
{