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:
parent
9fd7b60cc7
commit
6f756cd05b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue