Skip to content

Commit 66dbf83

Browse files
authored
Fixed issue #652,Timer start preset text cropping solved. (#672)
1 parent 5551a0f commit 66dbf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/utils/preset_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Widget presetButton(BuildContext context, String label, Duration duration) {
2424
),
2525
backgroundColor: Colors.transparent,
2626
shadowColor: Colors.transparent,
27-
fixedSize: Size(
27+
minimumSize: Size(
2828
width * 0.02,
2929
height * 0.01,
3030
),

0 commit comments

Comments
 (0)