diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-29 11:11:50 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-29 11:11:50 +0200 |
commit | f06a2e310f71f5514f2aa62e3ca31d36f43ed213 (patch) | |
tree | 3b92c34eb9fbb033fac4bb428c1e94a36866f918 /indra | |
parent | ff0fa520be6cfb753d19bd51f7bdf5b833010135 (diff) |
fix for normal EXT-1888 Apply button remains active after Applying changes
there is no 'Allpy' button in other panels.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml index a0fcf59fc8..9e50255768 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml @@ -707,7 +707,8 @@ top_delta="16" width="315" /> </radio_group> - </panel> + </panel> + <button follows="left|bottom" height="23" @@ -717,7 +718,8 @@ left="10" name="Apply" top="383" - width="115"> + width="115" + visible="false"> <button.commit_callback function="Pref.Apply" /> </button> |