Codebase list xapp / e68e681
Mate applet: Don't use a handle The tray applet already does that, it looks awful when there's more than one handle in the panel. Clement Lefebvre 4 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
236236 class MateXAppStatusApplet(object):
237237 def __init__(self, applet, iid):
238238 self.applet = applet
239 self.applet.set_flags(MatePanelApplet.AppletFlags.EXPAND_MINOR |
240 MatePanelApplet.AppletFlags.HAS_HANDLE)
239 self.applet.set_flags(MatePanelApplet.AppletFlags.EXPAND_MINOR)
241240 self.applet.set_can_focus(False)
242241 self.applet.set_background_widget(self.applet)
243242