diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_stinson.xml | 104 |
1 files changed, 92 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_stinson.xml b/indra/newview/skins/default/xui/en/floater_stinson.xml index fc44615602..7e23b270be 100644 --- a/indra/newview/skins/default/xui/en/floater_stinson.xml +++ b/indra/newview/skins/default/xui/en/floater_stinson.xml @@ -3,9 +3,9 @@ positioning="cascading" can_tear_off="false" can_resize="true" - height="425" - width="1194" - min_height="450" + height="575" + width="1254" + min_height="600" min_width="1100" layout="topleft" name="floater_stinson" @@ -66,7 +66,7 @@ name="horiz_separator" top_pad="0" left="12" - width="1170"/> + width="1230"/> <panel border="false" bevel_style="none" @@ -74,7 +74,7 @@ layout="topleft" height="167" top_pad="10" - width="1170"> + width="1230"> <button follows="left|top" height="22" @@ -93,7 +93,7 @@ tab_stop="false" multi_select="true" name="get_scroll_list" - width="1170"> + width="1230"> <scroll_list.columns label="Material ID" name="id" @@ -101,11 +101,11 @@ <scroll_list.columns label="Normal Map" name="normal_map" - width="230" /> + width="225" /> <scroll_list.columns label="Specular Map" name="specular_map" - width="230" /> + width="225" /> <scroll_list.columns label="Specular Color" name="specular_color" @@ -136,7 +136,7 @@ name="horiz_separator" top_pad="10" left="12" - width="1170"/> + width="1230"/> <panel border="false" bevel_style="none" @@ -145,7 +145,7 @@ left="12" top_pad="10" height="132" - width="700"> + width="400"> <button follows="left|top" height="22" @@ -164,7 +164,7 @@ tab_stop="false" multi_select="true" name="put_scroll_list" - width="700"> + width="400"> <scroll_list.columns label="Object ID" name="object_id" @@ -179,4 +179,84 @@ dynamic_width="true" /> </scroll_list> </panel> -</floater> + <view_border + bevel_style="none" + follows="left|right|top" + height="0" + layout="topleft" + name="horiz_separator" + top_pad="10" + left="12" + width="1230"/> + <panel + border="false" + bevel_style="none" + follows="left|top|right" + layout="topleft" + left="12" + top_pad="10" + height="132" + width="1230"> + <button + follows="left|top" + height="22" + label="Post Good Material ID" + layout="topleft" + name="good_post_button" + top_pad="0" + width="214"/> + <button + follows="left|top" + height="22" + label="Post Bad Material ID" + layout="topleft" + name="bad_post_button" + left_pad="20" + width="214"/> + <scroll_list + column_padding="0" + draw_heading="true" + follows="left|top|right" + height="100" + layout="topleft" + top_pad="10" + left="0" + tab_stop="false" + multi_select="true" + name="post_scroll_list" + width="1230"> + <scroll_list.columns + label="Material ID" + name="id" + dynamic_width="true" /> + <scroll_list.columns + label="Normal Map" + name="normal_map" + width="225" /> + <scroll_list.columns + label="Specular Map" + name="specular_map" + width="225" /> + <scroll_list.columns + label="Specular Color" + name="specular_color" + width="120" /> + <scroll_list.columns + label="Specular Exponent" + name="specular_exponent" + width="112" /> + <scroll_list.columns + label="Env Intensity" + name="env_intensity" + width="80" /> + <scroll_list.columns + label="Alpha Mask Cutoff" + name="alpha_mask_cutoff" + width="110" /> + <scroll_list.columns + label="Is Diffuse Alpha Mask" + name="is_diffuse_alpha_mask" + width="128" /> + </scroll_list> + </panel> + </floater> |