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

pull/61/head
chrox 11 years ago
parent 67877c2018
commit e56bea89aa

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

Loading…
Cancel
Save