mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Adjust volume label size
This commit is contained in:
parent
b9f5e77101
commit
e716482d58
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue