sync all sliders with the font slider where possible
Dependencies
- [2]
JV27LDDKsliders for font size and color settings
Change contents
- replacement in 0081-draw_settings_menu at line 22
value=Current_pane.editor_state.font_heightvalue=Current_pane.editor_state.font_height, - edit in 0081-draw_settings_menu at line 33
local prev = Settings_font_slider - replacement in 0081-draw_settings_menu at line 37
x0 = sx+20, x1=Safe_width-30,y0 = y,w=10, h=10,lo = 0, hi=1,value = Foreground_color.rx0=prev.x0, x1=prev.x1,y0=y,w=prev.w, h=prev.h,lo=0, hi=1,value=Foreground_color.r, - replacement in 0081-draw_settings_menu at line 45
x0 = sx+20, x1=Safe_width-30,y0 = y+15,w=10, h=10,lo = 0, hi=1,value = Foreground_color.gx0=prev.x0, x1=prev.x1,y0=y+15,w=prev.w, h=prev.h,lo=0, hi=1,value=Foreground_color.g, - replacement in 0081-draw_settings_menu at line 53
x0 = sx+20, x1=Safe_width-30,y0 = y+30,w=10, h=10,lo = 0, hi=1,value = Foreground_color.bx0=prev.x0, x1=prev.x1,y0=y+30,w=prev.w, h=prev.h,lo=0, hi=1,value=Foreground_color.b, - replacement in 0081-draw_settings_menu at line 73
x0 = sx+20, x1=Safe_width-30,y0 = y,w=10, h=10,lo = 0, hi=1,value = Background_color.rx0=prev.x0, x1=prev.x1,y0=y,w=prev.w, h=prev.h,lo=0, hi=1,value=Background_color.r - replacement in 0081-draw_settings_menu at line 81
x0 = sx+20, x1=Safe_width-30,y0 = y+15,w=10, h=10,lo = 0, hi=1,value = Background_color.gx0=prev.x0, x1=prev.x1,y0=y+15,w=prev.w, h=prev.h,lo=0, hi=1,value=Background_color.g - replacement in 0081-draw_settings_menu at line 89
x0 = sx+20, x1=Safe_width-30,x0 = prev.x0, x1=prev.x1, - replacement in 0081-draw_settings_menu at line 91
w=10, h=10,w=prev.w, h=prev.h,