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