diff cagou/plugins/plugin_wid_file_sharing.kv @ 237:059c5b39032d

plugin file sharing: moved common discovery widgets to new core.common_widgets module
author Goffi <goffi@goffi.org>
date Fri, 31 Aug 2018 16:59:38 +0200
parents a676cb07c1cb
children cf61a011f731
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_file_sharing.kv	Fri Aug 31 16:58:15 2018 +0200
+++ b/cagou/plugins/plugin_wid_file_sharing.kv	Fri Aug 31 16:59:38 2018 +0200
@@ -40,13 +40,6 @@
                 spacing: 0
 
 
-<ItemWidget>:
-    size_hint: None, None
-    width: self.base_width
-    height: self.minimum_height
-    orientation: 'vertical'
-
-
 <PathWidget>:
     shared: False
     Symbol:
@@ -67,25 +60,3 @@
 
 <LocalPathWidget>:
     shared: root.filepath in root.main_wid.shared_paths
-
-
-<DeviceWidget>:
-    Symbol:
-        size_hint: 1, None
-        height: dp(80)
-        symbol: root.getSymbol()
-        margin: dp(40)
-        color: 0, 0, 0, 1
-    Label:
-        size_hint: None, None
-        width: dp(100)
-        font_size: sp(14)
-        text_size: dp(95), None
-        size: self.texture_size
-        text: root.name
-        halign: 'center'
-
-
-<CategorySeparator>:
-    size_hint: 1, None
-    height: sp(20)