Skip to content

Commit ec5fe04

Browse files
committed
chore(settings): reduce default preset list width even more
1 parent e77ff26 commit ec5fe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oomox_gui/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, config_name, default_config):
7878
)
7979

8080

81-
PRESET_LIST_MIN_SIZE = 200
81+
PRESET_LIST_MIN_SIZE = 150
8282
UI_SETTINGS = OomoxSettings(
8383
config_name='ui_config', default_config=dict(
8484
window_width=600,

0 commit comments

Comments
 (0)