mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 14:30:56 -04:00
Improved dropdown behaviour and widget allocation
This commit is contained in:
parent
bfd96a98ac
commit
c54422d771
5 changed files with 47 additions and 33 deletions
|
@ -480,7 +480,6 @@ class SidebandApp(MDApp):
|
|||
self.root.ids.messages_scrollview.effect_cls = ScrollEffect
|
||||
for child in self.root.ids.messages_scrollview.children:
|
||||
self.root.ids.messages_scrollview.remove_widget(child)
|
||||
RNS.log("Removed "+str(child))
|
||||
|
||||
list_widget = self.messages_view.get_widget()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue