dcavadia commited on
Commit
b1ba1eb
·
1 Parent(s): 9bdbbe5

update model settings

Browse files
Files changed (1) hide show
  1. src/config/settings.py +1 -0
src/config/settings.py CHANGED
@@ -27,6 +27,7 @@ class UIConfig:
27
  TEXTBOX_LINES: int = 4
28
  LEFT_COLUMN_SCALE: int = 5
29
  RIGHT_COLUMN_SCALE: int = 5
 
30
 
31
  class AppConfig:
32
  """Application metadata."""
 
27
  TEXTBOX_LINES: int = 4
28
  LEFT_COLUMN_SCALE: int = 5
29
  RIGHT_COLUMN_SCALE: int = 5
30
+ THEME_TOGGLE_MIN_WIDTH: int = 140 # <-- ADD THIS LINE
31
 
32
  class AppConfig:
33
  """Application metadata."""