1
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
89126c4375

+ 2 - 2
DesktopClock/MainWindow.xaml.cs

@@ -37,8 +37,8 @@ public partial class MainWindow : Window
     [ObservableProperty]
     [ObservableProperty]
     private string _currentTimeOrCountdownString;
     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()
     public MainWindow()
     {
     {