Skip to content

Commit f6a5385

Browse files
committed
Extend space given for tc_reset_bind_wheel_mouse
1 parent 3689655 commit f6a5385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/components/tclient/menus_tclient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ void CMenus::RenderSettingsTClientBindWheel(CUIRect MainView)
12011201
GameClient()->m_Binds.Bind(NewId, Key.m_pCommand, false, NewModifierCombination);
12021202
}
12031203
LeftView.HSplitBottom(LineSize, &LeftView, &Button);
1204-
1204+
Button.w = MainView.w;
12051205
DoButton_CheckBoxAutoVMarginAndSet(&g_Config.m_ClResetBindWheelMouse, TCLocalize("Reset position of mouse when opening bindwheel"), &g_Config.m_ClResetBindWheelMouse, &Button, LineSize);
12061206
}
12071207

0 commit comments

Comments
 (0)