Mercurial > libervia-desktop-kivy
changeset 207:a8190aecdd79
root widget: use mirror version of cagou profile for NotifsIcon
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 May 2018 12:04:20 +0200 |
parents | 890b48e41998 |
children | c5c1dd7f88e1 |
files | cagou/kv/root_widget.kv |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cagou/kv/root_widget.kv Fri May 25 12:03:19 2018 +0200 +++ b/cagou/kv/root_widget.kv Fri May 25 12:04:20 2018 +0200 @@ -73,7 +73,7 @@ NotifsIcon: id: notifs_icon allow_stretch: True - source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_48.png") if self.notifs else '' + source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_miroir_48.png") if self.notifs else '' size_hint: None, None pos_hint: {'center_y': .5} height: dp(25)