comparison cagou/kv/xmlui.kv @ 200:38da086d162b

xmlui: fixed Title color
author Goffi <goffi@goffi.org>
date Fri, 25 May 2018 11:51:54 +0200
parents d65a51fa00b9
children ca86954b3788
comparison
equal deleted inserted replaced
199:b80d275e437f 200:38da086d162b
14 # You should have received a copy of the GNU Affero General Public License 14 # You should have received a copy of the GNU Affero General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16
17 #:set common_height 30 17 #:set common_height 30
18 #:set button_height 50 18 #:set button_height 50
19
20 <Title>:
21 color: 1, 1, 1, 1
22
19 23
20 <EmptyWidget,TextWidget,LabelWidget,JidWidget,StringWidget,PasswordWidget,JidInputWidget>: 24 <EmptyWidget,TextWidget,LabelWidget,JidWidget,StringWidget,PasswordWidget,JidInputWidget>:
21 size_hint: 1, None 25 size_hint: 1, None
22 height: dp(common_height) 26 height: dp(common_height)
23 color: 1, 1, 1, 1 27 color: 1, 1, 1, 1