blob: dd551b6d5146456ee4fde662e94e6b830dbe0f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
height="200"
layout="topleft"
name="floater_test_navigation_bar"
help_topic="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>
|