Mercurial > libervia-desktop-kivy
view src/libs/garden/garden.contextmenu/app_menu.kv @ 120:51e804dbf608
chat: fixed OTR calls:
D-Bus bridge is converting jid.JID to unicode, but pb is not, resulting in a issue when calling OTR menus.
This commit fixes it.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Jan 2017 22:51:29 +0100 |
parents | 2caee196d19a |
children |
line wrap: on
line source
<AppMenu>: height: dp(30) size_hint: 1, None canvas.before: Color: rgb: 0.2, 0.2, 0.2 Rectangle: pos: self.pos size: self.size <AppMenuTextItem>: disabled: True size_hint: None, None on_children: self._check_submenu() font_size: '15sp' background_normal: "" background_down: "" background_color: (0.2, 0.71, 0.9, 1.0) if self.state == 'down' else (0.2, 0.2, 0.2, 1.0) background_disabled_normal: "" background_disabled_down: "" border: (0, 0, 0, 0) size: self.texture_size[0], dp(30) padding_x: dp(10)