diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-22 20:32:56 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-22 20:32:56 +0300 |
commit | b6ba9dd565b59e516571445e56f9dafe3bdf4061 (patch) | |
tree | b6c016eb8f9745498a54317ed5f152e9d03f1eb7 /indra/newview/skins | |
parent | e4973e0f92b524e7f9c2d10745f4c5e3a8557284 (diff) |
MAINT-8344 Day Cycle Editor (part 4, finalization)
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml | 35 |
1 files changed, 18 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 bab902001f..ad11bded6a 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 @@ -470,6 +470,22 @@ top_pad="0" name="save_btn" 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"/> + <button follows="top|left" height="23" @@ -479,29 +495,14 @@ name="cancel_btn" width="100" /> - <button + <!--<button follows="top|left" height="23" label="Upload" layout="topleft" left_pad="10" name="upload_btn" - 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"/>--> + width="100" />--> </layout_panel> </layout_stack> |