kivy: cleanup dead code
This commit is contained in:
@@ -44,12 +44,6 @@ InvoicesScreen:
|
||||
orientation: 'vertical'
|
||||
spacing: '1dp'
|
||||
ScrollView:
|
||||
canvas.before:
|
||||
Color:
|
||||
rgba: .8901, .8901, .8901, 0
|
||||
Rectangle:
|
||||
size: self.size
|
||||
pos: self.pos
|
||||
GridLayout:
|
||||
cols: 1
|
||||
id: invoices_container
|
||||
|
||||
@@ -45,12 +45,6 @@ RequestsScreen:
|
||||
orientation: 'vertical'
|
||||
spacing: '1dp'
|
||||
ScrollView:
|
||||
canvas.before:
|
||||
Color:
|
||||
rgba: .8901, .8901, .8901, 0
|
||||
Rectangle:
|
||||
size: self.size
|
||||
pos: self.pos
|
||||
GridLayout:
|
||||
cols: 1
|
||||
id: requests_container
|
||||
|
||||
Reference in New Issue
Block a user