diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2026-07-29 17:59:35 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-07-30 20:18:47 +0300 |
| commit | b8daedca38d054c70b6a7ec2bd04d306555352d4 (patch) | |
| tree | a124f03ba96e2c46f0c5bb5deb88dd62c60d3d24 | |
| parent | 7764024215414a3529f664780811980a33bb127b (diff) | |
#5907 Fix textures for "Save" button in edit daycycle floater for flat UI appearance
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml | 15 |
1 files changed, 7 insertions, 8 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 b911e9b6f5..ea37b45e1e 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 @@ -622,11 +622,13 @@ <button follows="top|left" height="23" + image_selected="SegmentedBtn_Left_Selected" + image_unselected="SegmentedBtn_Left_Off" label="Save" left="200" top_pad="0" name="save_btn" - width="156" /> + width="134" /> <button follows="top|left" @@ -634,14 +636,11 @@ name="btn_flyout" label="" layout="topleft" - left_pad="-20" + left_pad="0" 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"/> + image_selected="ComboButton_Selected" + image_unselected="ComboButton_Off" + width="22"/> <button follows="top|left" |
