TF-3703 Update default value of offsetHtmlContentHeight

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-05 11:12:24 +07:00
committed by Dat H. Pham
parent 70ed5bcaab
commit d478b0de0f
@@ -46,7 +46,7 @@ class HtmlContentViewer extends StatefulWidget {
this.initialWidth, this.initialWidth,
this.direction, this.direction,
this.minHtmlContentHeight = ConstantsUI.htmlContentMinHeight, this.minHtmlContentHeight = ConstantsUI.htmlContentMinHeight,
this.offsetHtmlContentHeight = ConstantsUI.htmlContentMinHeight, this.offsetHtmlContentHeight = ConstantsUI.htmlContentOffsetHeight,
this.keepWidthWhileLoading = false, this.keepWidthWhileLoading = false,
this.contentPadding, this.contentPadding,
this.useDefaultFont = false, this.useDefaultFont = false,