mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 19:46:27 -04:00
Fixed scrolling behaviour
This commit is contained in:
parent
30b888e086
commit
443662b559
3 changed files with 16 additions and 4 deletions
|
@ -10,11 +10,11 @@ from kivy.uix.gridlayout import GridLayout
|
|||
from kivy.uix.boxlayout import BoxLayout
|
||||
from kivy.clock import Clock
|
||||
from kivy.core.clipboard import Clipboard
|
||||
from kivy.effects.scroll import ScrollEffect
|
||||
|
||||
from kivymd.uix.button import MDRectangleFlatButton
|
||||
from kivymd.uix.dialog import MDDialog
|
||||
|
||||
|
||||
class NewConv(BoxLayout):
|
||||
pass
|
||||
|
||||
|
@ -234,6 +234,7 @@ class Conversations():
|
|||
opening_transition="linear",
|
||||
opening_time=0.0,
|
||||
)
|
||||
self.conversation_dropdown.effect_cls = ScrollEffect
|
||||
|
||||
item.iconr = IconRightWidget(icon="dots-vertical");
|
||||
item.dmenu = self.conversation_dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue