From 4361a0b95f27ac36a00bdb0b28eca4e8a8c1763c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Feb 2020 22:19:52 +0100 Subject: Clarify meaning of horizontal and vertical references. --- src/vertical_reference.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vertical_reference.h') diff --git a/src/vertical_reference.h b/src/vertical_reference.h index ca079cb..27c4ca4 100644 --- a/src/vertical_reference.h +++ b/src/vertical_reference.h @@ -26,11 +26,11 @@ namespace sub { enum VerticalReference { - /** distance is from the top of the screen, positive moves down */ + /** distance is from the top of the screen to the top of the subtitle, positive moves down */ TOP_OF_SCREEN, - /** distance is from the centre of the screen, positive moves down */ + /** distance is from the centre of the screen to the centre of the subtitle, positive moves down */ VERTICAL_CENTRE_OF_SCREEN, - /** distance is from the bottom of the screen, positive moves up */ + /** distance is from the bottom of the screen to the bottom of the subtitle, positive moves up */ BOTTOM_OF_SCREEN, /** position on screen is not known, so we are referring * to the top of the subtitle; positive distances move down from there -- cgit v1.2.3