Fix alignment of numeric columns for RTL languages

Authored by huftis on May 30 2018, 3:44 PM.

Description

Fix alignment of numeric columns for RTL languages

Numeric columns need to be right-aligned for *both*
left-to-right (LTR) and right-to-left (RTL) languages.
Before this patch, they where only right-aligned for
LTR languages.

Differential Revision: https://phabricator.kde.org/D13098

Details