comparison cagou/kv/common.kv @ 422:efee0e0afb78

core (common): moved simple_xhtml's image code to a generic "SizedImage" widget
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2020 16:41:27 +0100
parents 3e2333a11f61
children 1dd6db69406a
comparison
equal deleted inserted replaced
421:ddca5a837029 422:efee0e0afb78
144 144
145 <ActionSymbol>: 145 <ActionSymbol>:
146 bg_color: 0, 0, 0, 0 146 bg_color: 0, 0, 0, 0
147 color: app.c_sec_light 147 color: app.c_sec_light
148 148
149 <SizedImage>:
150 size_hint: None, None
151
149 152
150 <JidSelectorCategoryLayout>: 153 <JidSelectorCategoryLayout>:
151 size_hint: 1, None 154 size_hint: 1, None
152 height: self.minimum_height 155 height: self.minimum_height
153 spacing: 0 156 spacing: 0