Mercurial > libervia-desktop-kivy
comparison cagou/kv/share_widget.kv @ 416:3e2333a11f61
common: implemented SymbolToggleLabel:
- SymbolLabel doesn't do button behaviour anymore
- SymbolButtonLabel does the button behaviour (to use instead of former SymbolLabel)
- SymbolToggleLabel does toggle button behaviour
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 23 Feb 2020 17:13:15 +0100 |
parents | 3669a26ef7d9 |
children | 3c9ba4a694ef |
comparison
equal
deleted
inserted
replaced
415:5761b5f03c0c | 416:3e2333a11f61 |
---|---|
105 | 105 |
106 <GenericPreview>: | 106 <GenericPreview>: |
107 size_hint: 1, None | 107 size_hint: 1, None |
108 height: dp(100) | 108 height: dp(100) |
109 Widget: | 109 Widget: |
110 SymbolLabel: | 110 SymbolButtonLabel: |
111 symbol: "doc" | 111 symbol: "doc" |
112 text: Path(root.path).name | 112 text: Path(root.path).name |
113 Widget: | 113 Widget: |
114 | 114 |