set showLineHeightButton to false

pull/1972/head
CatHood0 9 months ago
parent ad0aac57ed
commit 95e68265ec
  1. 2
      lib/src/models/config/toolbar/simple_toolbar_configurations.dart

@ -97,7 +97,7 @@ class QuillSimpleToolbarConfigurations extends QuillSharedToolbarProperties {
this.showItalicButton = true,
this.showSmallButton = false,
this.showUnderLineButton = true,
this.showLineHeightButton = true,
this.showLineHeightButton = false,
this.showStrikeThrough = true,
this.showInlineCode = true,
this.showColorButton = true,

Loading…
Cancel
Save