aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-about-box.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r--shell/e-shell-about-box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c
index cf974c65f9..d932abc17b 100644
--- a/shell/e-shell-about-box.c
+++ b/shell/e-shell-about-box.c
@@ -136,7 +136,7 @@ timeout_callback (void *data)
0, 0,
TEXT_X_OFFSET, TEXT_Y_OFFSET, TEXT_WIDTH, TEXT_HEIGHT);
- for (i = 0; i < TEXT_HEIGHT / line_height + 2; i ++) {
+ for (i = 0; i < TEXT_HEIGHT / line_height + 3; i ++) {
const char *line;
int x;