Mercurial > libervia-desktop-kivy
comparison cagou/kv/share_widget.kv @ 491:203755bbe0fe
massive refactoring from camelCase -> snake_case. See backend commit log for more details
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 08 Apr 2023 13:44:32 +0200 |
parents | 3c9ba4a694ef |
children |
comparison
equal
deleted
inserted
replaced
490:962d17c4078c | 491:203755bbe0fe |
---|---|
48 on_select: root.on_select(args[1]) | 48 on_select: root.on_select(args[1]) |
49 Button: | 49 Button: |
50 size_hint: 1, None | 50 size_hint: 1, None |
51 height: C.BTN_HEIGHT | 51 height: C.BTN_HEIGHT |
52 text: _("cancel") | 52 text: _("cancel") |
53 on_press: app.host.closeUI() | 53 on_press: app.host.close_ui() |
54 | 54 |
55 | 55 |
56 <TextPreview>: | 56 <TextPreview>: |
57 size_hint: 1, None | 57 size_hint: 1, None |
58 height: min(data.height, dp(100)) | 58 height: min(data.height, dp(100)) |