ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
273 stars 48 forks source link

Display scale factors overflow #329

Closed jpnurmi closed 2 years ago

jpnurmi commented 2 years ago

image

The lists of available scale factors for the attached monitors:

Feichtmeier commented 2 years ago

Eventually this is not yet fixed as it looks like the scales are cut at the .0 and thus so many different x1.0 are produced

@jpnurmi do you use fractional scaling?

jpnurmi commented 2 years ago

The scale is at 200% so not fractional, but I have it enabled to fix the scale factor of some non-GNOME apps such as Chrome.

Feichtmeier commented 2 years ago

ok :) @atsen-dev did not yet include fractional scaling support. Currently in GCC it is a quiet complicated patch by @3v1n0 which is not yet ported to dart nor inside this app Then I close this issue here because the overflow is tackled with the dropdown

Fractional scaling is on the TODO here: https://github.com/ubuntu-flutter-community/settings/issues/58