blob: ee96e7ede864e0bc0f2c270816069827b34d69e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
name="Landmarks"
layout="topleft"
left="0"
help_topic="panel_landmarks"
border="false"
background_visible="true"
bg_alpha_color="DkGray"
follows="all">
<places_inventory_panel
allow_multi_select="true"
border="false"
top="1"
follows="all"
left="3"
bottom="0"
right="-3"
mouse_opaque="true"
name="landmarks_list"
folder_view.use_ellipses="true"
start_folder.name="Landmarks"/>
</panel>
|