mirror of https://github.com/kivy/kivy.git
Merge pull request #2578 from kived/filechooser-multiview
fix position of file chooser layouts
This commit is contained in:
commit
cc0590622a
|
@ -307,6 +307,7 @@
|
|||
FileChooserListLayout:
|
||||
id: layout
|
||||
controller: root
|
||||
pos: root.pos
|
||||
|
||||
[FileListEntry@FloatLayout+TreeViewNode]:
|
||||
locked: False
|
||||
|
@ -368,6 +369,7 @@
|
|||
FileChooserIconLayout:
|
||||
id: layout
|
||||
controller: root
|
||||
pos: root.pos
|
||||
|
||||
[FileIconEntry@Widget]:
|
||||
locked: False
|
||||
|
|
Loading…
Reference in New Issue