Match perfectly text layout and drawing parameters #693

This commit is contained in:
o9000
2018-01-20 08:56:58 +00:00
parent c3fdd76b58
commit 03675b152d
7 changed files with 22 additions and 7 deletions

View File

@@ -349,6 +349,7 @@ void execp_compute_icon_text_geometry(Execp *execp,
strlen(execp->backend->text),
PANGO_WRAP_WORD_CHAR,
PANGO_ELLIPSIZE_NONE,
execp->backend->centered ? PANGO_ALIGN_CENTER : PANGO_ALIGN_LEFT,
execp->backend->has_markup,
panel->scale);