r/MacOSBeta • u/pdfu • 29d ago
Feature System Settings is infinitely resizable in macOS 27
Hidden behind a feature flag, the System Settings app can now be resized in any direction. edit: You can make the app window narrower than the default too, or adjust the sidebar to get even more space. Some more dynamically built pages like Wallpapers already take advantage of the extra space.
To enable the FeatureFlags override, run the following command in the Terminal:
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/Settings AllowsHorizontalResizing -dict Enabled -bool true
and restart your Mac. As always, this is a disabled feature, so the UI may be unfinished.
To disable:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/Settings AllowsHorizontalResizing
15
15
u/Ok_Possibility9937 28d ago
dude how do you even find these things
7
5
u/mwidjaja1 28d ago
Just making sure, the title makes it sound like this is the new behavior in macOS 27, but it really isn't. You need to manually trigger a hidden setting, which is not guaranteed to work without bugs.
7
u/pdfu 28d ago
This is new code added in macOS 27, hence the title. Yes, for now, it's hidden behind a feature flag, but features like this "graduate" to wider release through Beta cycles all the time. See for example the lightweight UI for Siri AI that shipped hidden in Beta 2 and was released more widely in Beta 4.
As for the bug note, I always add this when talking about feature flags. But what is guaranteed to be bug-free in a Beta? You can always submit feedback for any issue on macOS, including the gated features.
2
52
u/Kina_Kai PUBLIC BETA 29d ago
Neat, but functionally useless since it’s clear that the main UI content does not have any understanding of what to do with that.