changeset 183:6f09bc00a9e7

root widget: fixed notif icon width
author Goffi <goffi@goffi.org>
date Tue, 01 May 2018 21:53:33 +0200
parents c3f1529aed4a
children c63922860f80
files cagou/kv/root_widget.kv
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/kv/root_widget.kv	Tue May 01 21:53:08 2018 +0200
+++ b/cagou/kv/root_widget.kv	Tue May 01 21:53:33 2018 +0200
@@ -77,6 +77,7 @@
         size_hint: None, None
         pos_hint: {'center_y': .5}
         height: dp(25)
+        width: self.norm_image_size[0]
 
 <RootMenus>:
     size_hint: 1, None