summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/panel_chiclet_bar.xml
blob: bcc6772bb97733c1639dec386335e01dee463cb5 (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="Unterhaltungen"/>
			</chiclet_im_well>
		</layout_panel>
		<layout_panel name="notification_well_panel">
			<chiclet_notification name="notification_well">
				<button name="Unread" tool_tip="Benachrichtigungen"/>
			</chiclet_notification>
		</layout_panel>
	</layout_stack>
</panel>