From e56bea89aaaa8ed170fa53d2738138a82fae1d3f Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 13 Apr 2013 14:13:11 +0800 Subject: [PATCH] rotate page 90 degree instead of 270 degree before reflowing for vertical text --- frontend/ui/data/koptoptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/data/koptoptions.lua b/frontend/ui/data/koptoptions.lua index 79b46ca1d..8e52d64f4 100644 --- a/frontend/ui/data/koptoptions.lua +++ b/frontend/ui/data/koptoptions.lua @@ -161,7 +161,7 @@ KoptOptions = { name="screen_rotation", name_text = VERTICAL_TEXT_STR, toggle = {ON_STR, OFF_STR}, - values = {270, 0}, + values = {90, 0}, default_value = 0, }, {