diff options
author | Erica <erica@lindenlab.com> | 2009-12-17 15:00:31 -0800 |
---|---|---|
committer | Erica <erica@lindenlab.com> | 2009-12-17 15:00:31 -0800 |
commit | d1211da0b52fb1b4446232d14b9b5da84e5e5f4f (patch) | |
tree | 93952d1ee1e33460c881665acf0f2add13fd780b /indra/newview/skins/default/xui/en/panel_places.xml | |
parent | cf63ce4dc1176d9df4fe852821e4a6d32332f7c6 (diff) |
EXT-3555 Top menu no longer changes color when in God mode, Button height unsquooshing from Lis
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_places.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index d4a6c7f3b3..db03f334e5 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -72,7 +72,7 @@ background_visible="true" width="313"> <button follows="bottom|left" - height="19" + height="23" label="Teleport" layout="topleft" left="5" @@ -82,17 +82,16 @@ background_visible="true" width="100" /> <button follows="bottom|left" - height="19" + height="23" label="Map" layout="topleft" left_pad="5" name="map_btn" - tool_tip="Show selected area on the map" top="0" width="70" /> <button follows="bottom|left" - height="19" + height="23" label="Edit" layout="topleft" left_pad="5" @@ -101,7 +100,7 @@ background_visible="true" width="70" /> <button follows="bottom|right" - height="19" + height="23" image_disabled="ForwardArrow_Off" image_selected="ForwardArrow_Press" image_unselected="ForwardArrow_Off" @@ -112,7 +111,7 @@ background_visible="true" width="18" /> <button follows="bottom|right" - height="19" + height="23" label="Close" layout="topleft" name="close_btn" @@ -121,7 +120,7 @@ background_visible="true" width="60" /> <button follows="bottom|right" - height="19" + height="23" label="Cancel" layout="topleft" name="cancel_btn" @@ -130,7 +129,7 @@ background_visible="true" width="60" /> <button follows="bottom|right" - height="19" + height="23" label="Save" layout="topleft" name="save_btn" |