Merge pull request #61 from chrox/vertical_text_fix

rotate page 90 degree instead of 270 degree before reflowing
This commit is contained in:
{Qingping,Dave} Hou
2013-04-13 09:45:06 -07:00

View File

@@ -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,
},
{