Skip to content

Commit 4fc46d7

Browse files
authored
Merge pull request #4 from dontcryme/modify-react-nodegui
update layout.md file's {{ tag
2 parents 9628c19 + 2817035 commit 4fc46d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/guides/layout.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,23 +223,23 @@ const App = () => {
223223
<Window>
224224
<GridView
225225
style="flex: 1"
226-
columnProps={{
226+
columnProps={%row%}{{
227227
0: {
228228
minWidth: 200,
229229
},
230230
1: {
231231
minWidth: 300,
232232
},
233-
}}
234-
rowProps={{
233+
}}{%endrow%}
234+
rowProps={%row%}{{
235235
0: {
236236
stretch: rowStretch ? 2 : undefined,
237237
minHeight: 400,
238238
},
239239
1: {
240240
stretch: !rowStretch ? 2 : undefined,
241241
},
242-
}}
242+
}}{%endrow%}
243243
>
244244
<GridRow>
245245
<GridColumn width={2}>

0 commit comments

Comments
 (0)