Skip to content
Snippets Groups Projects
Commit 08ccc838 authored by erica@bukkit.local's avatar erica@bukkit.local
Browse files

EXT-1449 Viewer 2.0 Fit & Finish Pass: Places Panel - Landmark detail

parent a464d469
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel <panel
background_visible="true" background_visible="true"
follows="all" follows="all"
height="400" height="570"
label="Places" label="Places"
layout="topleft" layout="topleft"
min_height="350" min_height="350"
min_width="240"
name="places panel" name="places panel"
top="0"
left="0"
width="333"> width="333">
<string <string
name="landmarks_tab_title" name="landmarks_tab_title"
value="Landmarks" /> value="My Landmarks" />
<string <string
name="teleport_history_tab_title" name="teleport_history_tab_title"
value="Teleport History" /> value="Teleport History" />
...@@ -19,44 +20,47 @@ ...@@ -19,44 +20,47 @@
follows="left|top|right" follows="left|top|right"
font="SansSerif" font="SansSerif"
height="23" height="23"
label="Filter"
layout="topleft" layout="topleft"
left="15" left="15"
label="Filter"
max_length="300"
name="Filter" name="Filter"
top="3" top="3"
width="300" /> width="303" />
<tab_container <tab_container
follows="all" follows="all"
height="326" height="500"
layout="topleft" layout="topleft"
left="9" left="10"
name="Places Tabs" name="Places Tabs"
tab_min_width="70"
tab_height="30"
tab_position="top" tab_position="top"
top="30" top_pad="10"
width="313" /> width="313" />
<panel <panel
class="panel_place_info" class="panel_place_info"
filename="panel_place_info.xml" filename="panel_place_info.xml"
follows="all" follows="all"
height="326" height="533"
layout="topleft" layout="topleft"
left="0" left="0"
help_topic="places_info_tab" help_topic="places_info_tab"
name="panel_place_info" name="panel_place_info"
top="30" top="5"
visible="false" /> visible="false"
width="313" />
<panel <panel
height="25" height="19"
layout="topleft" layout="topleft"
left="0" left="0"
help_topic="places_button_tab" help_topic="places_button_tab"
name="button_panel" name="button_panel"
top_pad="10"
width="313"> width="313">
<button <button
follows="bottom|left" follows="bottom|left"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Teleport" label="Teleport"
layout="topleft" layout="topleft"
left="5" left="5"
...@@ -65,8 +69,8 @@ ...@@ -65,8 +69,8 @@
width="77" /> width="77" />
<button <button
follows="bottom|left" follows="bottom|left"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Map" label="Map"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
...@@ -76,8 +80,8 @@ ...@@ -76,8 +80,8 @@
<button <button
enabled="false" enabled="false"
follows="bottom|left" follows="bottom|left"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Share" label="Share"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
...@@ -86,8 +90,8 @@ ...@@ -86,8 +90,8 @@
width="60" /> width="60" />
<button <button
follows="bottom|left" follows="bottom|left"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Edit" label="Edit"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
...@@ -96,18 +100,21 @@ ...@@ -96,18 +100,21 @@
width="50" /> width="50" />
<button <button
follows="bottom|right" follows="bottom|right"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="▼" image_disabled="ForwardArrow_Disabled"
image_selected="ForwardArrow_Press"
image_unselected="ForwardArrow_Off"
picture_style="true"
layout="topleft" layout="topleft"
name="overflow_btn" name="overflow_btn"
right="-10" right="-10"
top="0" top="0"
width="30" /> width="18" />
<button <button
follows="bottom|right" follows="bottom|right"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Close" label="Close"
layout="topleft" layout="topleft"
name="close_btn" name="close_btn"
...@@ -116,8 +123,8 @@ ...@@ -116,8 +123,8 @@
width="60" /> width="60" />
<button <button
follows="bottom|right" follows="bottom|right"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Cancel" label="Cancel"
layout="topleft" layout="topleft"
name="cancel_btn" name="cancel_btn"
...@@ -126,8 +133,8 @@ ...@@ -126,8 +133,8 @@
width="60" /> width="60" />
<button <button
follows="bottom|right" follows="bottom|right"
font="SansSerifSmallBold" font="SansSerifSmall"
height="25" height="19"
label="Save" label="Save"
layout="topleft" layout="topleft"
name="save_btn" name="save_btn"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<accordion_tab <accordion_tab
header_bg_color="0.68 0.68 0.68 1" header_bg_color="DkGray2"
header_txt_color="0.68 0.68 0.68 1" header_txt_color="LtGray"
header_collapse_img="Accordion_ArrowClosed_Off" header_collapse_img="Accordion_ArrowClosed_Off"
header_collapse_img_pressed="Accordion_ArrowClosed_Press" header_collapse_img_pressed="Accordion_ArrowClosed_Press"
header_expand_img="Accordion_ArrowOpened_Off" header_expand_img="Accordion_ArrowOpened_Off"
header_expand_img_pressed="Accordion_ArrowOpened_Press" header_expand_img_pressed="Accordion_ArrowOpened_Press"
header_image="Accordion_Off.png" header_image="Accordion_Off"
header_image_over="Accordion_Over" header_image_over="Accordion_Over"
header_image_pressed="Accordion_Press" header_image_pressed="Accordion_Press"
/> />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment