Skip to content

Commit

Permalink
adjusted rangeslider font size and family for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Jan 20, 2025
1 parent 1115f09 commit b265564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EcoAssist_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@ def show_text_hitl_img_selection_explanation():
plt.yticks([])
dist_graph = FigureCanvasTkAgg(fig, frame)
plt.close()
rsl = RangeSliderH(frame, [min_conf, max_conf], padX=11, digit_precision='.2f', bgColor = '#ececec', Width = 180)
rsl = RangeSliderH(frame, [min_conf, max_conf], padX=11, digit_precision='.2f', bgColor = '#ececec', Width = 180, font_size = 12, font_family = text_font)
rad_var = IntVar()
rad_var.set(1)
rad_all = Radiobutton(frame, text=["All images in range", "Todo dentro del rango"][lang_idx],
Expand Down

0 comments on commit b265564

Please sign in to comment.