summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screen/credits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/credits.c b/src/screen/credits.c
index e3ad9be..cb8704e 100644
--- a/src/screen/credits.c
+++ b/src/screen/credits.c
@@ -122,7 +122,7 @@ void scredits_init()
line = (char *) textFile->text->list[i];
- label = label_new(line, WINDOW_SIZE_X / 2 - WINDOW_SIZE_X / 4,
+ label = label_new(line, WINDOW_SIZE_X / 3 - WINDOW_SIZE_X / 4,
(WINDOW_SIZE_Y - 100) + i * 20,
WIDGET_LABEL_LEFT);