-
-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed ability to adjust density in CustomizeUI mode #2676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole file is to test the Density button. I wasnt sure if there was a better way than commenting out the page, so let me know
Doesn't the Touch density work fine? From my testing Touch density isn't indicating any alignment anomalies. For me - I use Touch on my 2n1 devices, so this would be a negative change if Density is outright removed. Are you unable to hide Compact only? |
Compact works fine for me. The only confusion is perhaps confusing compact density with compact mode in Arc - we may want to rename it rather than remove it. I have a couple of friends who use compact density on Firefox and like it and I don't see why we should remove it from Zen. |
99eedfd
to
2699077
Compare
If you’re going to hide the Density button, I would only do this on macOS since the Touch density is available on Windows and Linux which work fine. I strongly advise against this change for all operating systems. I get why you’d do this since you’re on macOS where only Compact and Normal are present, but that doesn’t remain true on Windows and Linux. If you want to do this in a smart manner in removing it, remove the Compact option entirely, and THEN if the density option still shows, remove the Density option IF only one option is shown. |
Maybe I'm wrong but the compact mode in the customizeUI options is different from zen's compact mode. The issue that this PR came from was from Linux but also caused an issue on my mac. I will test again and double check |
I see what you mean now. Sorry I'm at work so I couldn't dig as deep as I should. You're right I didn't see Touch because I'm on a mac. I will wait for how @mauro-balades wants to handle this. If he would rather, I fix the bug causing the padding issues or remove this feature because I would imagine that this would cause a lot more of a headache to make sure any change works well with all the Density options. I will convert this into a draft and wait, but thanks for pointing this out |
Okay I stand corrected this seems to be fixed now. Im going to close this but keep up a PR to remove toolbars button |
Added patch to remove the Density button from the Customize UI settings. This is to avoid user confusion
Issue #2636
After Update
Before Update