blob: 0551d9cba6030929acaccd69cb306e34b7e211bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="chiclet_bar">
<layout_stack name="toolbar_stack">
<layout_panel name="im_well_panel">
<chiclet_im_well name="im_well">
<button name="Unread IM messages" tool_tip="Conversas"/>
</chiclet_im_well>
</layout_panel>
<layout_panel name="notification_well_panel">
<chiclet_notification name="notification_well">
<button name="Unread" tool_tip="Notificações"/>
</chiclet_notification>
</layout_panel>
</layout_stack>
</panel>
|