mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 07:01:24 +00:00
update advanced_ui_component/subheader/source/subheader.ets.
Signed-off-by: 丁冀东 <dingjidong2@h-partners.com>
This commit is contained in:
parent
6265becd8d
commit
7874348833
@ -533,7 +533,7 @@ export struct SubHeader {
|
||||
} else if (this.primaryTitle || this.select) {
|
||||
return getResourceValue('sys.float.subheader_single_title_height');
|
||||
}
|
||||
return getResourceValue('sys.float.subheader_single_subtitle_height');;
|
||||
return getResourceValue('sys.float.subheader_single_subtitle_height');
|
||||
}
|
||||
|
||||
private getTextArrowPaddingLeft(): LengthMetrics {
|
||||
|
Loading…
Reference in New Issue
Block a user