blob: 0e54d332cdb37d6d2f82cf46f4e3ab5e92d91d44 (
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>
|