diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-18 21:09:42 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-18 21:09:42 +0300 |
commit | e4973e0f92b524e7f9c2d10745f4c5e3a8557284 (patch) | |
tree | ca82bc605f7071b22d70bb32547653215fe9576b /indra/newview/skins/default | |
parent | 7a0a580eddf4fb7608d1bd84b7eccd2653075184 (diff) |
MAINT-8344 Day Cycle Editor (part 3)
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml | 45 |
1 files changed, 28 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml b/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml index 3b63d0018c..bab902001f 100644 --- a/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml +++ b/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml @@ -15,7 +15,7 @@ <string name="hint_edit">To edit your day cycle, adjust the controls below and click "Save".</string> <!-- Todo: These 5 strings might be subjected to a change to get dynamic labels, consider using layout_stack to get dynamic width adjustment--> - <string name="time_label"> ([TIME] hr)</string> + <string name="time_label"> ([HH]:[MM])</string> <layout_stack name="test_stack" width="705" @@ -58,23 +58,19 @@ bevel_style="in" auto_resize="false" user_resize="true" - bg_alpha_color="red" height="150" min_height="0" - visible="true" - background_visible="true"> + visible="true"> <panel name="timeline_layers" border="false" follows="left|top" auto_resize="false" user_resize="true" - bg_alpha_color="yellow" height="150" width="110" top_pad="0" min_height="0" - visible="true" - background_visible="true"> + visible="true"> <button follows="left|top" height="23" @@ -161,43 +157,43 @@ name="p0" top_pad="5" value="0%[DSC]" - width="70" /> + width="80" /> <text follows="left|top|right" height="15" layout="topleft" - left_pad="49" + left_pad="39" name="p1" top_delta="0" value="25%[DSC]" - width="70" /> + width="80" /> <text follows="left|top|right" height="15" layout="topleft" - left_pad="49" + left_pad="39" name="p2" top_delta="0" value="50%[DSC]" - width="70" /> + width="80" /> <text follows="left|top|right" height="15" layout="topleft" - left_pad="49" + left_pad="39" name="p3" top_delta="0" value="75%[DSC]" - width="70" /> + width="80" /> <text follows="left|top|right" height="15" layout="topleft" - left_pad="49" + left_pad="39" name="p4" top_delta="0" value="100%[DSC]" - width="70" /> + width="80" /> <multi_slider can_edit_text="true" decimal_digits="0" @@ -490,7 +486,22 @@ layout="topleft" left_pad="10" name="upload_btn" - width="100" /> + width="100" /> + + <!--<button + follows="top|left" + height="23" + name="btn_flyout" + label="" + layout="topleft" + left_pad="-20" + top="0" + image_selected="SegmentedBtn_Right_Selected_Press" + image_unselected="SegmentedBtn_Right_Off" + image_pressed="SegmentedBtn_Right_Press" + image_pressed_selected="SegmentedBtn_Right_Selected_Press" + image_overlay="Arrow_Small_Up" + width="20"/>--> </layout_panel> </layout_stack> |