TF-3703 Update default value of offsetHtmlContentHeight
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user