bugfix
This commit is contained in:
parent
58a143a9ea
commit
9c829e1a23
@ -7,6 +7,7 @@ from appPublic.registerfunction import RegisterFunction
|
||||
import kivyblocks.clickable
|
||||
import kivyblocks.multi_select
|
||||
|
||||
from .videoplayer import VideoCtrls
|
||||
from .baseWidget import *
|
||||
from .container import Container
|
||||
from .tree import Tree, TextTree, MenuTree, PopupMenu
|
||||
@ -135,6 +136,7 @@ r('VBox',VBox)
|
||||
r('SwipeBox',SwipeBox)
|
||||
r('ToggleItems',ToggleItems)
|
||||
r('Accordion', ExAccordion)
|
||||
r('VideoCtrls',VideoCtrls)
|
||||
r('Slider', Slider)
|
||||
if platform == 'android':
|
||||
r('PhoneButton',PhoneButton)
|
||||
|
@ -7,5 +7,6 @@
|
||||
"huge":5.5,
|
||||
"hugest":6.5
|
||||
},
|
||||
"font_name":"normal"
|
||||
"font_name":"normal",
|
||||
"uihome":"wwwroot"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user