diff --git a/pysollib/app.py b/pysollib/app.py index 1663a29c..b6cab94e 100644 --- a/pysollib/app.py +++ b/pysollib/app.py @@ -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