diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index bf80685a2f..68e2b34291 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -849,7 +849,7 @@ struct PatchesSelectionWindow : Window { SetDParam(1, value); } } - DrawString(30, y, (sdb->str) + disabled, TC_FROMSTRING); + DrawString(x + 25, y, (sdb->str) + disabled, TC_FROMSTRING); y += SETTING_HEIGHT; } }