File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ def build(self):
113
113
StringProperty ,
114
114
)
115
115
from kivy .uix .anchorlayout import AnchorLayout
116
+ from kivy .uix .scrollview import ScrollView
116
117
from kivy .utils import platform
117
118
118
119
from kivymd import uix_path
119
120
from kivymd .uix .boxlayout import MDBoxLayout
120
- from kivymd .uix .scrollview import MDScrollView
121
121
122
122
with open (
123
123
os .path .join (uix_path , "swiper" , "swiper.kv" ), encoding = "utf-8"
@@ -198,12 +198,12 @@ def _dismiss_size(self):
198
198
anim .start (self )
199
199
200
200
201
- class MDSwiper (MDScrollView ):
201
+ class MDSwiper (ScrollView ):
202
202
"""
203
203
Swiper class.
204
204
205
205
For more information, see in the
206
- :class:`~kivymd .uix.scrollview.MDScrollView ` class documentation.
206
+ :class:`~kivy .uix.scrollview.ScrollView ` class documentation.
207
207
"""
208
208
209
209
items_spacing = NumericProperty ("20dp" )
You can’t perform that action at this time.
0 commit comments