SL-11572 [EEP] Revert keyframe markers to dots
parent
afdda55b8f
commit
01bdbdb6ac
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue