comparison cagou/kv/menu.kv @ 131:36fc269e2a32

core: changed default background color to white
author Goffi <goffi@goffi.org>
date Fri, 06 Apr 2018 16:12:58 +0200
parents cd99f70ea592
children 37220459e93d
comparison
equal deleted inserted replaced
130:0ec3c3c0ed92 131:36fc269e2a32
16 16
17 #:import _ sat.core.i18n._ 17 #:import _ sat.core.i18n._
18 18
19 <AboutContent>: 19 <AboutContent>:
20 text_size: self.size 20 text_size: self.size
21 color: 1, 1, 1, 1
21 halign: "center" 22 halign: "center"
22 valign: "middle" 23 valign: "middle"
23 24
24 <AboutPopup>: 25 <AboutPopup>:
25 title_align: "center" 26 title_align: "center"
57 ToggleButton: 58 ToggleButton:
58 id: send_btn 59 id: send_btn
59 text: _(u"send") 60 text: _(u"send")
60 group: "transfer" 61 group: "transfer"
61 Label: 62 Label:
63 color: 1, 1, 1, 1
62 size_hint: 1, 0.3 64 size_hint: 1, 0.3
63 text: root.transfer_txt if upload_btn.state == 'down' else root.send_txt 65 text: root.transfer_txt if upload_btn.state == 'down' else root.send_txt
64 text_size: self.size 66 text_size: self.size
65 halign: 'center' 67 halign: 'center'
66 valign: 'top' 68 valign: 'top'
80 source: root.plug_info['icon_medium'] 82 source: root.plug_info['icon_medium']
81 allow_stretch: True 83 allow_stretch: True
82 size_hint: 1, None 84 size_hint: 1, None
83 height: dp(50) 85 height: dp(50)
84 Label: 86 Label:
87 color: 1, 1, 1, 1
85 text: root.plug_info['name'] 88 text: root.plug_info['name']
86 text_size: self.size 89 text_size: self.size
87 halign: "center" 90 halign: "center"
88 valign: "top" 91 valign: "top"