Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9638beb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SettingsProvider] extend font size scale range" into qt-dev

parents 589f5387 c0b28414
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3401,7 +3401,7 @@ public final class Settings {
        public static final String FONT_SCALE = "font_scale";
        private static final Validator FONT_SCALE_VALIDATOR =
                new SettingsValidators.InclusiveFloatRangeValidator(0.85f, 1.3f);
                new SettingsValidators.InclusiveFloatRangeValidator(0.25f, 5.0f);
        /**
         * The serialized system locale value.