-
Notifications
You must be signed in to change notification settings - Fork 973
Allow zoom for UI elements (including font size) #1937
Comments
It would be great to have such a feature, as there are people with eye issues around which are needing to increase UI font size to make the browser usable. |
I think we should be able to address this in a different way with resolution independence to fix the usability part. (automatic in Mac OS. Not sure about Windows versions.) Later we can and normal/large UI fonts in prefs. |
Starting with 0.13.0, 125% DPI setting will actually be respected by Brave 😄 |
NOTE: the user is showing that they'd like to DECREASE the size of the UI; but we should also be able to go over 100% too |
yes, this is from Vivaldi which does exactly what the "bug-now-feature" did from that old PR which needs "feature mining". |
@NejcZdovc since you're working on ReduxComponent optimizations, I'll grab this one 😄 |
Please someone fix this! edit: Letting the user choose the UI font would also be nice! Not sure what UI font Brave is currently using but it's not very nice (imho). |
the latter suggestion is being tracked here: #1757 |
Doesn't affect page size; scaling is for the UI elements Fixes #1937
…etting there Auditors: @cezaraugusto, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Settings should work as expected; there should be no console errors Add configurable UI scaling. This doesn't affect page size; scaling is only for the browser UI elements Fixes #1937 Auditors: @bradleyrichter, @alexwykoff, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Change the new `Toolbar and UI elements scale` setting. - verify default is `Normal` - choose a smaller size and verify URL bar, nav buttons, etc get smaller - choose a larger size and verify URL bar, nav buttons, etc get larger - verify size of page content does not change
Doesn't affect page size; scaling is for the UI elements Fixes #1937
…etting there Auditors: @cezaraugusto, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Settings should work as expected; there should be no console errors Add configurable UI scaling. This doesn't affect page size; scaling is only for the browser UI elements Fixes #1937 Auditors: @bradleyrichter, @alexwykoff, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Change the new `Toolbar and UI elements scale` setting. - verify default is `Normal` - choose a smaller size and verify URL bar, nav buttons, etc get smaller - choose a larger size and verify URL bar, nav buttons, etc get larger - verify size of page content does not change This commit incorporates feedback from PR - organize imports - translations for the new drop down values - moved "requires restart" style to commonStyles - switch advancedTab to use aphrodite/no-important - updated zoom values per convo w/ @bradleyrichter
…etting there Auditors: @cezaraugusto, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Settings should work as expected; there should be no console errors Add configurable UI scaling. This doesn't affect page size; scaling is only for the browser UI elements Fixes #1937 Auditors: @bradleyrichter, @alexwykoff, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Change the new `Toolbar and UI elements scale` setting. - verify default is `Normal` - choose a smaller size and verify URL bar, nav buttons, etc get smaller - choose a larger size and verify URL bar, nav buttons, etc get larger - verify size of page content does not change This commit incorporates feedback from PR - organize imports - translations for the new drop down values - moved "requires restart" style to commonStyles - switch advancedTab to use aphrodite/no-important - updated zoom values per convo w/ @bradleyrichter
…etting there Auditors: @cezaraugusto, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Settings should work as expected; there should be no console errors Add configurable UI scaling. This doesn't affect page size; scaling is only for the browser UI elements Fixes #1937 Auditors: @bradleyrichter, @alexwykoff, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Change the new `Toolbar and UI elements scale` setting. - verify default is `Normal` - choose a smaller size and verify URL bar, nav buttons, etc get smaller - choose a larger size and verify URL bar, nav buttons, etc get larger - verify size of page content does not change This commit incorporates feedback from PR - organize imports - translations for the new drop down values - moved "requires restart" style to commonStyles - switch advancedTab to use aphrodite/no-important - updated zoom values per convo w/ @bradleyrichter - use new `DefaultSectionTitle` tag for the new AdvancedTab component
…etting there (#8419) Auditors: @cezaraugusto, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Settings should work as expected; there should be no console errors Add configurable UI scaling. This doesn't affect page size; scaling is only for the browser UI elements Fixes #1937 Auditors: @bradleyrichter, @alexwykoff, @NejcZdovc Test Plan: 1. Open preferences and visit the `Advanced` tab 2. Change the new `Toolbar and UI elements scale` setting. - verify default is `Normal` - choose a smaller size and verify URL bar, nav buttons, etc get smaller - choose a larger size and verify URL bar, nav buttons, etc get larger - verify size of page content does not change This commit incorporates feedback from PR - organize imports - translations for the new drop down values - moved "requires restart" style to commonStyles - switch advancedTab to use aphrodite/no-important - updated zoom values per convo w/ @bradleyrichter - use new `DefaultSectionTitle` tag for the new AdvancedTab component
UI scaling should be completely separate from content on web page scaling. |
Test plan
6527c55
From support
The text was updated successfully, but these errors were encountered: