comparison cagou/kv/root_widget.kv @ 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 6f09bc00a9e7
children c5c1dd7f88e1
comparison
equal deleted inserted replaced
206:890b48e41998 207:a8190aecdd79
71 ScreenManager: 71 ScreenManager:
72 id: manager 72 id: manager
73 NotifsIcon: 73 NotifsIcon:
74 id: notifs_icon 74 id: notifs_icon
75 allow_stretch: True 75 allow_stretch: True
76 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_48.png") if self.notifs else '' 76 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_miroir_48.png") if self.notifs else ''
77 size_hint: None, None 77 size_hint: None, None
78 pos_hint: {'center_y': .5} 78 pos_hint: {'center_y': .5}
79 height: dp(25) 79 height: dp(25)
80 width: self.norm_image_size[0] 80 width: self.norm_image_size[0]
81 81