mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added some more space for the translations of the colour channels
This commit is contained in:
parent
30c45b7899
commit
2c9b454fb8
|
@ -318,7 +318,7 @@ void CMenus::RenderSettingsTee(CUIRect MainView)
|
|||
for(int s = 0; s < 3; s++)
|
||||
{
|
||||
aRects[i].HSplitTop(20.0f, &Label, &aRects[i]);
|
||||
Label.VSplitLeft(50.0f, &Label, &Button);
|
||||
Label.VSplitLeft(100.0f, &Label, &Button);
|
||||
Button.HMargin(2.0f, &Button);
|
||||
|
||||
float k = ((PrevColor>>((2-s)*8))&0xff) / 255.0f;
|
||||
|
|
Loading…
Reference in a new issue