Skip to content

Commit f49f376

Browse files
authored
update demo 181 (#144)
1 parent 826a795 commit f49f376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/z2ui5_cl_demo_app_181.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ CLASS Z2UI5_CL_DEMO_APP_181 IMPLEMENTATION.
121121
)->custom_list_item(
122122
)->hbox( alignitems = `Center` justifycontent = `SpaceBetween`
123123
)->vbox( class = `sapUiSmallMarginBegin sapUiSmallMarginTopBottom`
124-
)->title( level = `H4` text = `{TITLE}`
124+
* )->label( text = `{TITLE}`
125+
)->title( text = `{TITLE}` titlestyle = `H3`
125126
)->text( text = `{SUBTITLE}`
126127
)->get_parent(
127128
)->object_status( class = `sapUiTinyMargin sapUiSmallMarginEnd`

0 commit comments

Comments
 (0)