forked from sunpy/sunraster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiris_xfiles.kv
More file actions
39 lines (37 loc) · 1.03 KB
/
iris_xfiles.kv
File metadata and controls
39 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#:kivy 1.10.0
<iris_xfiles>:
label: label
orientation: 'vertical'
BoxLayout:
id: box
orientation: 'horizontal'
FileChooserListView:
id: list
path:'/net/md5/Volumes/kale/iris/data/level2/'
multiselect: False
canvas.before:
Color:
rgb: .5,.4,.5
Rectangle:
pos: self.pos
size: self.size
on_submit: root.select(*args)
FileChooserIconView:
path: '/net/md5/Volumes/kale/iris/data/level2/'
multiselect: True
canvas.before:
Color:
rgb: .5,.4,.5
Rectangle:
pos: self.pos
size: self.size
on_submit: root.select(*args)
Label:
id: label
size_hint_y: .1
canvas.before:
Color:
rgb: .5,.5,.4
Rectangle:
pos: self.pos
size: self.size