diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_tattoo.xml | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml b/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml index 6fa9383507..23a08344ea 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml @@ -25,14 +25,14 @@          can_apply_immediately="true"          default_image_name="Default"          follows="left|top" -        height="100" +        height="115"          label="Head Tattoo"          layout="topleft" -        left="30" +        left="20"          name="Head Tattoo"          tool_tip="Click to choose a picture"          top="10" -        width="94" > +        width="115" >           <texture_picker.commit_callback               function="TexturePicker.Commit" />         </texture_picker> @@ -40,14 +40,14 @@          can_apply_immediately="true"          default_image_name="Default"          follows="left|top" -        height="100" +        height="115"          label="Upper Tattoo"          layout="topleft"          left_pad="30"          name="Upper Tattoo"          tool_tip="Click to choose a picture"          top="10" -        width="94" > +        width="115" >           <texture_picker.commit_callback               function="TexturePicker.Commit" />         </texture_picker> @@ -55,28 +55,28 @@          can_apply_immediately="true"          default_image_name="Default"          follows="left|top" -        height="100" +        height="115"          label="Lower Tattoo"          layout="topleft" -        left="30" +        left="20"          name="Lower Tattoo"          tool_tip="Click to choose a picture"          top_pad="10" -        width="94" > +        width="115" >           <texture_picker.commit_callback               function="TexturePicker.Commit" />         </texture_picker>         <color_swatch          can_apply_immediately="true"          follows="left|top" -        height="80" +        height="115"          label="Color/Tint"          layout="topleft" -        left_pad="45" +        left_pad="30"          name="Color/Tint"          tool_tip="Click to open color picker" -        top_delta="10" -        width="64" > +        top_delta="0" +        width="115" >           <color_swatch.commit_callback               function="ColorSwatch.Commit" />         </color_swatch> | 
