diff options
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/pluginlib_touchscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/pluginlib_touchscreen.c b/apps/plugins/lib/pluginlib_touchscreen.c index ab617ac..eca76a6 100644 --- a/apps/plugins/lib/pluginlib_touchscreen.c +++ b/apps/plugins/lib/pluginlib_touchscreen.c @@ -99,7 +99,7 @@ void touchbutton_draw(struct touchbutton *data, int num_buttons) { /* Set line_height to height, then it'll center for us */ data[i].vp.line_height = data[i].vp.height; - data[i].vp.flags |= VP_FLAG_ALIGN_RIGHT; + data[i].vp.flags |= VP_FLAG_ALIGN_CENTER; /* If the width offset was 0, use a scrolling puts, else center and * print the title. |