From ee67cd53628d350d208655ce95e45e0f0dfc167c Mon Sep 17 00:00:00 2001 From: Kima Date: Tue, 9 Apr 2024 22:28:24 +0200 Subject: [PATCH] fixed segmented control ui issue on small screens --- .../lib/common/widgets/custom_segmented_control.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart b/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart index 5cc131c..e3c15db 100644 --- a/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart +++ b/refilc_mobile_ui/lib/common/widgets/custom_segmented_control.dart @@ -57,6 +57,7 @@ class CustomSegmentedControl extends StatelessWidget { onValueChanged: onChanged ?? (v) {}, isStretch: true, innerPadding: const EdgeInsets.all(4.0), + padding: 2.0, isShowDivider: showDivider, dividerSettings: DividerSettings( indent: (height / 4) + 1,