Skip to content

Commit

Permalink
chore(settings): reduce default preset list width even more
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 4, 2019
1 parent e77ff26 commit ec5fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomox_gui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, config_name, default_config):
)


PRESET_LIST_MIN_SIZE = 200
PRESET_LIST_MIN_SIZE = 150
UI_SETTINGS = OomoxSettings(
config_name='ui_config', default_config=dict(
window_width=600,
Expand Down

0 comments on commit ec5fe04

Please sign in to comment.