diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-09-21 10:42:22 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-09-21 10:42:22 +0000 |
commit | 6fc22cf35c8fc45cda044f121d2d186ce021425e (patch) | |
tree | 9de152beed7d22d380b0b28603743c0c16c5e348 /indra/newview/skins/default/xui/en/panel_places.xml | |
parent | f9b72917847ea75cb1a4137f959072abc1b76904 (diff) |
DEV-39997: merging all of the recent xui file updates from the
viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence.
This involves giving all floaters and side panels a help_topic
attribute, to specify a logical name for that UI element's page in the
help viewer. If you are creating/updating a floater or panel, please
consider adding a help_topic field. For details, see the wiki page on
XUI Documentation:
https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic
I'm also merging in some updates to the lastest floater button
artwork to ensure these are 16x16 pixels.
(Note, the new help code is still being developed in viewer2help-1 and
is NOT being merged into 2.0 with this checkin. This is just data files.)
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_places.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index b379ad2276..753a9e20a7 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -8,7 +8,7 @@ min_height="350" min_width="240" name="places panel" - width="305"> + width="333"> <string name="landmarks_tab_title" value="Landmarks" /> @@ -24,7 +24,7 @@ left="15" name="Filter" top="3" - width="256" /> + width="300" /> <tab_container follows="all" height="326" @@ -33,7 +33,7 @@ name="Places Tabs" tab_position="top" top="30" - width="285" /> + width="313" /> <panel class="panel_place_info" filename="panel_place_info.xml" @@ -50,7 +50,7 @@ left="0" name="button_panel" top_pad="10" - width="305"> + width="313"> <button follows="bottom|left" font="SansSerifSmallBold" |