Skip to content

Commit dbc453d

Browse files
committed
- Changed default font size for GUI elements to 11 from 12.
1 parent 74a3f71 commit dbc453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/gui_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
state_history_len = 100 # Length of state history to plot (# states).
99
analog_history_dur = 12 # Duration of analog signal history to plot (seconds).
1010

11-
ui_font_size = 12 # Font size of UI elements (button text, label text etc.).
11+
ui_font_size = 11 # Font size of UI elements (button text, label text etc.).
1212
log_font_size = 9 # Font size of the data log.

0 commit comments

Comments
 (0)