Browse Source

Reduce range of size a bit

To make it easier to control the slider for most users in such a small space.
Daniel Chalmers 1 year ago
parent
commit
89126c4375
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DesktopClock/MainWindow.xaml.cs

+ 2 - 2
DesktopClock/MainWindow.xaml.cs

@@ -37,8 +37,8 @@ public partial class MainWindow : Window
     [ObservableProperty]
     private string _currentTimeOrCountdownString;
 
-    public static readonly double MaxSizeLog = 7;
-    public static readonly double MinSizeLog = 2.5;
+    public static readonly double MaxSizeLog = 6.5;
+    public static readonly double MinSizeLog = 2.7;
 
     public MainWindow()
     {