Revert "Show size appropriate fonts"

This reverts commit be65907beb.
This commit is contained in:
goaaats 2022-03-31 16:00:01 +02:00
parent 64e931f9ef
commit 04ec131b15
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 97 additions and 320 deletions

View file

@ -26,7 +26,7 @@ namespace Dalamud.Interface.Internal.Windows
internal class SettingsWindow : Window
{
private const float MinScale = 0.3f;
private const float MaxScale = 3.0f;
private const float MaxScale = 2.0f;
private readonly string[] languages;
private readonly string[] locLanguages;