1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Toolbar image quality in kivy - fixed to bluecurve/xlarge

This commit is contained in:
lb@lb520 2018-05-23 14:33:29 +02:00
parent 9fd7b60cc7
commit 6f756cd05b

View file

@ -837,6 +837,9 @@ class Application:
else:
size = 'small'
style = self.opt.toolbar_style
if TOOLKIT == 'kivy':
size = 'xlarge'
style = 'bluecurve'
d = self._getImagesDir('toolbar', style, size)
if d:
return d