comparison cagou/kv/root_widget.kv @ 131:36fc269e2a32

core: changed default background color to white
author Goffi <goffi@goffi.org>
date Fri, 06 Apr 2018 16:12:58 +0200
parents cd99f70ea592
children 11d134eb51d7
comparison
equal deleted inserted replaced
130:0ec3c3c0ed92 131:36fc269e2a32
60 manager: manager 60 manager: manager
61 notifs_icon: notifs_icon 61 notifs_icon: notifs_icon
62 size_hint: 1, None 62 size_hint: 1, None
63 height: dp(35) 63 height: dp(35)
64 IconButton: 64 IconButton:
65 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_32.png") if root.notes else app.expand("{media}/misc/black.png") 65 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_32.png") if root.notes else None
66 allow_stretch: True 66 allow_stretch: True
67 size_hint: None, 1 67 size_hint: None, 1
68 width: self.norm_image_size[0] 68 width: self.norm_image_size[0]
69 on_release: root.notes_drop.open(self) if root.notes else None 69 on_release: root.notes_drop.open(self) if root.notes else None
70 ScreenManager: 70 ScreenManager:
71 id: manager 71 id: manager
72 NotifsIcon: 72 NotifsIcon:
73 id: notifs_icon 73 id: notifs_icon
74 allow_stretch: True 74 allow_stretch: True
75 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_32.png") if self.notifs else app.expand("{media}/misc/black.png") 75 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_32.png") if self.notifs else None
76 size_hint: None, 1 76 size_hint: None, 1
77 width: self.norm_image_size[0] 77 width: self.norm_image_size[0]
78 78
79 <RootMenus>: 79 <RootMenus>:
80 size_hint: 1, None 80 size_hint: 1, None