diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index bf80685a2..68e2b3429 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; } } |