Update select_alignment_button.dart

pull/459/head
mark8044 5 years ago committed by GitHub
parent 630883e0d7
commit 97e334887f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar/select_alignment_button.dart

@ -67,7 +67,7 @@ class _SelectAlignmentButtonState extends State<SelectAlignmentButton> {
final theme = Theme.of(context);
final buttonCount = (widget.showJustifyAlignment == true) ? 4 : 3;
final buttonCount = 2 + ((widget.showRightAlignment) ? 1 : 0) + ((widget.showJustifyAlignment) ? 1 : 0);
return Row(
mainAxisSize: MainAxisSize.min,

Loading…
Cancel
Save