]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commitdiff
welcome screen: increase dot-indicators slightly in size master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 18:36:20 +0000 (20:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 18:36:23 +0000 (20:36 +0200)
to make it slighlty easier to touch them

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/utils/dot_indicator.dart

index 5db13ba19ea3c1092f591f39f9fe5b96a2f1aeb5..c77e7e5c1887b15a0a0f613bced26a0a489f2589 100644 (file)
@@ -71,9 +71,9 @@ class DotIndicator extends AnimatedWidget {
   final ValueChanged<int?>? onPageSelected;
   final Color color;
 
-  static const double _dotSize = 8.0;
+  static const double _dotSize = 12.0;
   static const double _maxZoom = 1.2;
-  static const double _dotSpacing = 25.0;
+  static const double _dotSpacing = 28.0;
 
   Widget _buildDot(int index) {
     double selectedness = Curves.easeOut.transform(