Pārlūkot izejas kodu

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 gadu atpakaļ
vecāks
revīzija
89126c4375
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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()
     {