Merge branch 'error800-master'
This commit is contained in:
commit
7bf0013e60
@ -139,6 +139,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Matthias Lisin
|
* Matthias Lisin
|
||||||
* Helen Sherwood-Taylor
|
* Helen Sherwood-Taylor
|
||||||
* HalosGhost
|
* HalosGhost
|
||||||
|
* Error 800
|
||||||
// QUTE_AUTHORS_END
|
// QUTE_AUTHORS_END
|
||||||
|
|
||||||
The following people have contributed graphics:
|
The following people have contributed graphics:
|
||||||
|
@ -289,9 +289,9 @@ class HintManager(QObject):
|
|||||||
# Make text uppercase if set in config
|
# Make text uppercase if set in config
|
||||||
if (config.get('hints', 'uppercase') and
|
if (config.get('hints', 'uppercase') and
|
||||||
config.get('hints', 'mode') == 'letter'):
|
config.get('hints', 'mode') == 'letter'):
|
||||||
attrs.append(('texttransform', 'uppercase'))
|
attrs.append(('text-transform', 'uppercase'))
|
||||||
else:
|
else:
|
||||||
attrs.append(('texttransform', 'none'))
|
attrs.append(('text-transform', 'none'))
|
||||||
|
|
||||||
for k, v in attrs:
|
for k, v in attrs:
|
||||||
label.setStyleProperty(k, v)
|
label.setStyleProperty(k, v)
|
||||||
|
Loading…
Reference in New Issue
Block a user