SL-11572 [EEP] Revert keyframe markers to dots

master
andreykproductengine 2019-07-10 19:09:45 +03:00
parent afdda55b8f
commit 01bdbdb6ac
2 changed files with 1 additions and 6 deletions

View File

@ -1145,9 +1145,6 @@ void LLFloaterEditExtDayCycle::selectTrack(U32 track_index, bool force )
mSkyTabLayoutContainer->setVisible(!show_water);
mWaterTabLayoutContainer->setVisible(show_water);
std::string iconname = (show_water) ? "Inv_SettingsWater" : "Inv_SettingsSky";
mFramesSlider->setSliderThumbImage(iconname);
updateSlider();
updateLabels();
}

View File

@ -244,7 +244,7 @@
<multi_slider
decimal_digits="0"
follows="bottom"
height="12"
height="10"
increment="0.005"
overlap_threshold="0.026"
loop_overlap="true"
@ -255,8 +255,6 @@
max_val="1"
name="WLDayCycleFrames"
show_text="false"
thumb_highlight_color="white"
thumb_width="12"
top_pad="15"
width="525" />