Skip to content
Snippets Groups Projects
Commit e205f134 authored by Matthias Clasen's avatar Matthias Clasen
Browse files

Fix centered text in labels

When the text is rtl, pango will put the text at the right end of
its given width, causing the logical.x to be big, and in turn, our
computed position to be negative. If we don't allow that, centered
text will end up at the right side if it is rtl.

Fixes: #6836
parent 13364cea
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment