blob: 84ad807b83389a73422eb7ba2e54249e91b12dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<person_view
folder_arrow_image="Folder_Arrow"
folder_indentation="5"
item_height="24"
item_top_pad="3"
mouse_opaque="true"
follows="left|top|right"
icon_pad="4"
icon_width="20"
text_pad="6"
text_pad_left="4"
text_pad_right="4"
arrow_size="10"
max_folder_item_overlap="2">
<avatar_icon
follows="left"
layout="topleft"
height="20"
default_icon_name="Generic_Person"
left="5"
top="2"
width="20" />
</person_view>
|