blob: f4a50ecc9626e7ee9abd0ea8f8af05650090d063 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="200"
layout="topleft"
name="floater_test_navigation_bar"
help_topic="floater_test_navigation_bar"
translate="false"
width="900">
<panel
name="navigation_bar"
filename="panel_navigation_bar.xml"
left="10"
right="-10"
top="30"
height="100"
border="true"
/>
</floater>
|