[Python-modules-commits] [python-qtawesome] 05/09: Use system fonts

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Apr 5 17:38:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-qtawesome.

commit bd70c9f1881f0a3bede47757db183a7a2ddc7cff
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jan 23 23:31:11 2017 +0000

    Use system fonts
---
 qtawesome/iconic_font.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qtawesome/iconic_font.py b/qtawesome/iconic_font.py
index af67000..0ab618e 100644
--- a/qtawesome/iconic_font.py
+++ b/qtawesome/iconic_font.py
@@ -30,7 +30,7 @@ from six import unichr
 
 # Linux packagers, please set this to True if you want to make qtawesome
 # use system fonts
-SYSTEM_FONTS = False
+SYSTEM_FONTS = True
 
 
 _default_options = {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtawesome.git



More information about the Python-modules-commits mailing list