diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:15:13 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:15:13 -0500 |
commit | 40cfa43d1a984d752fe91649ba81ce0c29303100 (patch) | |
tree | df84f736921a409683992fc4fd597a00bf1fa3ed /indra/newview | |
parent | 8e37dd516ab68bf11aaa9ab76945de36053df057 (diff) |
EXT-4013 : Functionality loss: Inspect object
Cosmetic button XUI cleanup for inspect object floater: fattened buttons to correspond with typical viewer2 button styling.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_inspect.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_inspect.xml b/indra/newview/skins/default/xui/en/floater_inspect.xml index 3f7642fafe..bea35e5fc1 100644 --- a/indra/newview/skins/default/xui/en/floater_inspect.xml +++ b/indra/newview/skins/default/xui/en/floater_inspect.xml @@ -16,7 +16,7 @@ [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local] </floater.string> <scroll_list - bottom="270" + bottom="268" column_padding="0" draw_heading="true" follows="top|right|left|bottom" @@ -47,23 +47,23 @@ </scroll_list> <button follows="left|bottom" - height="20" + height="23" label="See Owner Profile..." layout="topleft" - left_delta="0" + left_delta="-1" name="button owner" tool_tip="See profile of the highlighted object's owner" - top_pad="5" + top_pad="4" width="150"> <button.commit_callback function="Inspect.OwnerProfile" /> </button> <button follows="left|bottom" - height="20" + height="23" label="See Creator Profile..." layout="topleft" - left_pad="10" + left_pad="5" name="button creator" tool_tip="See profile of the highlighted object's original creator" top_delta="0" |