Hidden behind a feature flag, the System Settings app can now be resized in any direction.
You can make the window narrower than the default too, or adjust the sidebar to get even more space. Some more dynamically built pages already take advantage of the extra space.
To enable the FeatureFlags override, run the following command in the Terminal:
and restart your Mac.
To disable:
You can make the window narrower than the default too, or adjust the sidebar to get even more space. Some more dynamically built pages already take advantage of the extra space.
To enable the FeatureFlags override, run the following command in the Terminal:
Bash:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/Settings AllowsHorizontalResizing -dict Enabled -bool true
and restart your Mac.
To disable:
Bash:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/Settings AllowsHorizontalResizing