diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-31 22:36:26 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-31 22:36:26 +0300 |
commit | 778088b74c19773646a50b5c0aa40015f2b242f3 (patch) | |
tree | 7a6f66cbd2ce7a79d5fc3bc76f2ee60df72f502a /indra/newview/skins/default | |
parent | a079ac98c702bcb9de9860cd33c440941fb04a2a (diff) |
STORM-1253 WIP Implemented editing region day cycle.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_edit_day_cycle.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_edit_day_cycle.xml b/indra/newview/skins/default/xui/en/floater_edit_day_cycle.xml index 79dac60486..6cfa67f766 100644 --- a/indra/newview/skins/default/xui/en/floater_edit_day_cycle.xml +++ b/indra/newview/skins/default/xui/en/floater_edit_day_cycle.xml @@ -455,6 +455,14 @@ top_delta="-1" value="6:00 AM" width="75"/> + <loading_indicator + height="23" + layout="topleft" + left="25" + name="progress_indicator" + top="417" + visible="false" + width="23" /> <check_box follows="top|left" height="10" @@ -471,6 +479,7 @@ layout="topleft" left_pad="0" name="save" + top="417" width="70"/> <button follows="bottom|right" @@ -479,5 +488,6 @@ layout="topleft" left_pad="15" name="cancel" + top_delta="0" width="70"/> </floater> |