Mercurial > libervia-desktop-kivy
comparison cagou/kv/root_widget.kv @ 183:6f09bc00a9e7
root widget: fixed notif icon width
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 01 May 2018 21:53:33 +0200 |
parents | 7103655647aa |
children | a8190aecdd79 |
comparison
equal
deleted
inserted
replaced
182:c3f1529aed4a | 183:6f09bc00a9e7 |
---|---|
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_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 | 81 |
81 <RootMenus>: | 82 <RootMenus>: |
82 size_hint: 1, None | 83 size_hint: 1, None |
83 pos_hint: {'top': 1} | 84 pos_hint: {'top': 1} |
84 | 85 |