Files
2025-05-24 18:09:39 -03:00

230 lines
5.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bg_opaque_color="SL-Background_66"
background_visible="true"
background_opaque="false"
follows="all"
height="545"
label="Picks"
layout="topleft"
left="8"
name="panel_picks"
top_pad="0"
width="313">
<string
name="no_picks"
value="No Picks" />
<string
name="no_classifieds"
value="No Classifieds" />
<text
type="string"
follows="all"
height="535"
layout="topleft"
left="6"
name="picks_panel_text"
wrap="true"
top="10"
width="300"/>
<accordion
fit_parent="true"
follows="all"
height="483"
layout="topleft"
left="0"
name="accordion"
top="0"
single_expansion="true"
width="313">
<accordion_tab
layout="topleft"
height="483"
min_height="150"
name="tab_picks"
title="Picks"
visible="false">
<flat_list_view
color="SL-Background_66"
follows="all"
layout="topleft"
left="0"
name="picks_list"
opaque="true"
top="0"
width="313" />
</accordion_tab>
<accordion_tab
layout="topleft"
height="483"
name="tab_classifieds"
title="Classifieds"
visible="false">
<flat_list_view
color="SL-Background_66"
follows="all"
layout="topleft"
left="0"
name="classifieds_list"
opaque="true"
top="0"
width="313" />
</accordion_tab>
</accordion>
<panel
bg_opaque_color="SL-Background_66"
bevel_style="none"
enabled="false"
follows="bottom|left|right"
left="6"
top_pad="2"
height="25"
label="bottom_panel"
layout="bottom"
name="edit_panel"
width="313">
<!-- Replaces LLs button panel as they had not put buttons in -->
<button
follows="bottom|left"
enabled="false"
tool_tip="Show additional options"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="gear_menu_btn"
top="0"
width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="AddItem_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="new_btn"
tool_tip="Create a new pick or classified at the current location"
top="0"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
top="0"
name="dummy_icon"
width="208" />
<dnd_button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="TrashItem_Off"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
left_pad="1"
layout="topleft"
name="trash_btn"
top="0"
width="31"/>
</panel>
<panel
bg_opaque_color="SL-Background_66"
background_visible="true"
follows="bottom|left|right"
layout="topleft"
left="0"
height="40"
name="buttons_cucks"
width="313">
<layout_stack
follows="bottom|left|right"
height="28"
layout="topleft"
left="2"
name="buttons_cucks_ls"
orientation="horizontal"
top="0"
width="309">
<layout_panel
follows="bottom|left|right"
height="28"
layout="topleft"
left="0"
name="info_btn_lp"
user_resize="false"
auto_resize="true"
top="0"
width="95">
<button
enabled="false"
follows="top|left|right"
height="23"
label="Info"
layout="topleft"
name="info_btn"
tab_stop="false"
tool_tip="Show pick information"
width="95" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="28"
layout="bottomleft"
left_pad="2"
name="teleport_btn_lp"
user_resize="false"
auto_resize="true"
width="117">
<button
enabled="false"
follows="top|left|right"
height="23"
label="Teleport"
layout="topleft"
name="teleport_btn"
tab_stop="false"
tool_tip="Teleport to the corresponding area"
width="117" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="28"
layout="bottomleft"
name="show_on_map_btn_lp"
user_resize="false"
auto_resize="true"
left_pad="2"
width="90">
<button
enabled="false"
follows="top|left|right"
height="23"
label="Map"
layout="topleft"
name="show_on_map_btn"
tab_stop="false"
tool_tip="Show the corresponding area on the World Map"
width="90" />
</layout_panel>
</layout_stack>
</panel>
</panel>