rotate page 90 degree instead of 270 degree before reflowing for vertical text

This commit is contained in:
chrox
2013-04-13 14:13:11 +08:00
parent 67877c2018
commit e56bea89aa

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