diff options
| author | Graham Madarasz <graham@lindenlab.com> | 2013-05-07 12:27:03 -0700 | 
|---|---|---|
| committer | Graham Madarasz <graham@lindenlab.com> | 2013-05-07 12:27:03 -0700 | 
| commit | 29246e8a1fa1f8ebec307cc32017910d1e4ab5f4 (patch) | |
| tree | f348b46d35bd5e87da971796d21b616501f4730e | |
| parent | b121ee4c9d150ff362a125b750eec0fa6827c60e (diff) | |
NORSPEC-165 tweak panel_tools_texture layout to uncrop the planar align checkbox
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_tools_texture.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_tools_texture.xml b/indra/newview/skins/default/xui/en/panel_tools_texture.xml index 88b163252a..a5425062ec 100644 --- a/indra/newview/skins/default/xui/en/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/en/panel_tools_texture.xml @@ -2,7 +2,7 @@  <panel           border="false"           follows="all" -         height="400" +         height="420"           label="Texture"           layout="topleft"           left="0" @@ -743,7 +743,7 @@               left="7"               name="checkbox planar align"               tool_tip="Align textures on all selected faces with the last selected face. Requires Planar texture mapping." -             top_delta="26" +             top_delta="16"               width="260" />              <web_browser               visible="false" | 
