diff src/libs/garden/garden.contextmenu/examples/simple_app_menu.py @ 113:c439c271ecdd

core (notifications), CagouWidget: a backround rectangle is drawned behind drop boxes
author Goffi <goffi@goffi.org>
date Thu, 26 Jan 2017 20:39:15 +0100
parents 741a7d6d8c28
children
line wrap: on
line diff
--- a/src/libs/garden/garden.contextmenu/examples/simple_app_menu.py	Thu Jan 26 20:39:07 2017 +0100
+++ b/src/libs/garden/garden.contextmenu/examples/simple_app_menu.py	Thu Jan 26 20:39:15 2017 +0100
@@ -9,7 +9,6 @@
 
 import kivy.garden.contextmenu
 
-
 kv = """
 FloatLayout:
     id: layout
@@ -70,6 +69,7 @@
         size: self.texture_size
 """
 
+
 class MyApp(App):
 
     def build(self):