diff options
author | Whirly <none@none> | 2014-07-12 11:19:05 +0100 |
---|---|---|
committer | Whirly <none@none> | 2014-07-12 11:19:05 +0100 |
commit | 4cba2c4457609d426a5db0511776bf5db2014256 (patch) | |
tree | 36cdb5faedd8fca12b2214ec3bb74735bab8fba7 | |
parent | 226929f8f5b8bc1080d0082b2595d689238df2b8 (diff) |
BUG-6659 On the Edit tab of the build menu, clicking the area in between the full bright checkbox and the materials drop down box opens the color picker.
-rwxr-xr-x | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_tools_texture.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index 7e8ab46b1a..0a1c673daf 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -1358,6 +1358,7 @@ Whirly Fizzle VWR-29543 MAINT-873 STORM-1930 + BUG-6659 Whoops Babii VWR-631 VWR-1640 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 426c0c4915..cb6b2fafd8 100644 --- a/indra/newview/skins/default/xui/en/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/en/panel_tools_texture.xml @@ -36,8 +36,9 @@ <color_swatch can_apply_immediately="true" follows="left|top" - height="45" + height="22" label="" + label_height="0" layout="topleft" left="10" name="colorswatch" |