Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_file_sharing.kv @ 201:45a3392b9d26
plugin file sharing: use density independant pixels for Menu
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 May 2018 11:52:56 +0200 |
parents | 62198e00a2b7 |
children | 890b48e41998 |
comparison
equal
deleted
inserted
replaced
200:38da086d162b | 201:45a3392b9d26 |
---|---|
91 height: sp(20) | 91 height: sp(20) |
92 | 92 |
93 | 93 |
94 <Menu>: | 94 <Menu>: |
95 creation_direction: -1 | 95 creation_direction: -1 |
96 radius: 25 | 96 radius: dp(25) |
97 creation_timeout: .4 | 97 creation_timeout: .4 |
98 cancel_color: app.c_sec_light[:3] + [0.3] | 98 cancel_color: app.c_sec_light[:3] + [0.3] |
99 color: app.c_sec | 99 color: app.c_sec |
100 line_width: dp(2) | |
100 | 101 |
101 <ModernMenuLabel>: | 102 <ModernMenuLabel>: |
102 bg_color: app.c_sec[:3] + [0.9] | 103 bg_color: app.c_sec[:3] + [0.9] |
104 padding: dp(5), dp(5) | |
105 radius: dp(100) |