Mercurial > libervia-desktop-kivy
comparison cagou/kv/root_widget.kv @ 172:7103655647aa
core: hide notifications header on M-n
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 29 Apr 2018 14:56:29 +0200 |
parents | 37220459e93d |
children | 6f09bc00a9e7 |
comparison
equal
deleted
inserted
replaced
171:27b4ceb977c7 | 172:7103655647aa |
---|---|
57 | 57 |
58 <RootHeadWidget>: | 58 <RootHeadWidget>: |
59 manager: manager | 59 manager: manager |
60 notifs_icon: notifs_icon | 60 notifs_icon: notifs_icon |
61 size_hint: 1, None | 61 size_hint: 1, None |
62 height: dp(35) | 62 height: self.HEIGHT |
63 IconButton: | 63 IconButton: |
64 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_48.png") if root.notes else '' | 64 source: app.expand("{media}/icons/muchoslava/png/cagou_profil_bleu_48.png") if root.notes else '' |
65 allow_stretch: True | 65 allow_stretch: True |
66 size_hint: None, None | 66 size_hint: None, None |
67 pos_hint: {'center_y': .5} | 67 pos_hint: {'center_y': .5} |