https://bugs.kde.org/show_bug.cgi?id=394467
--- Comment #7 from Karl Ove Hufthammer <k...@huftis.org> --- (In reply to Nate Graham from comment #6) > Looks like just the name column isn't centered, right? No, the problem is that the headers don’t have the same alignment as the data. See https://phabricator.kde.org/D13098 for a fix of a similar (now fixed) problem in Lokalize. Note that one has to use `Qt::AlignRight | Qt::AlignAbsolute` instead of just `Qt::AlignRight` for things to work properly for RTL languages. -- You are receiving this mail because: You are watching all bug changes.