Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_contact_list.kv @ 255:03d74435c01c
contact: fixed add contact button size
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Jan 2019 20:24:48 +0100 |
parents | 9e5f9f0cee48 |
children | 1b835bcfa663 |
comparison
equal
deleted
inserted
replaced
254:0700293df0e6 | 255:03d74435c01c |
---|---|
100 float_layout: float_layout | 100 float_layout: float_layout |
101 layout: layout | 101 layout: layout |
102 orientation: 'vertical' | 102 orientation: 'vertical' |
103 BoxLayout: | 103 BoxLayout: |
104 size_hint: 1, None | 104 size_hint: 1, None |
105 height: dp(30) | 105 height: dp(35) |
106 width: dp(35) | |
107 font_size: dp(30) | |
106 Widget: | 108 Widget: |
107 SymbolLabel: | 109 SymbolLabel: |
108 symbol: 'plus-circled' | 110 symbol: 'plus-circled' |
109 text: _("add a contact") | 111 text: _("add a contact") |
110 on_release: root.addContactMenu() | 112 on_release: root.addContactMenu() |