Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_file_sharing.kv @ 206:890b48e41998
plugin file sharing: use appropriate symbol when discovering devices
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 May 2018 12:03:19 +0200 |
parents | 45a3392b9d26 |
children | a676cb07c1cb |
comparison
equal
deleted
inserted
replaced
205:9cefc9f8efc9 | 206:890b48e41998 |
---|---|
71 | 71 |
72 <DeviceWidget>: | 72 <DeviceWidget>: |
73 Symbol: | 73 Symbol: |
74 size_hint: 1, None | 74 size_hint: 1, None |
75 height: dp(80) | 75 height: dp(80) |
76 symbol: 'desktop' | 76 symbol: root.getSymbol() |
77 margin: dp(40) | 77 margin: dp(40) |
78 color: 0, 0, 0, 1 | 78 color: 0, 0, 0, 1 |
79 Label: | 79 Label: |
80 size_hint: None, None | 80 size_hint: None, None |
81 width: dp(100) | 81 width: dp(100) |