Skip to content

Commit ab4299b

Browse files
committed
fix(ui): QScrollArea.json small tweak
1 parent 5d22a42 commit ab4299b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/scroll-area/QScrollArea.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"vertical-offset": {
1212
"type": "Array",
1313
"desc": "Adds [top, bottom] offset to vertical thumb",
14-
"default": "# [ 0, 0]",
14+
"default": "# [0, 0]",
1515
"category": "style",
1616
"addedIn": "v2.17"
1717
},
1818

1919
"horizontal-offset": {
2020
"type": "Array",
2121
"desc": "Adds [left, right] offset to horizontal thumb",
22-
"default": "# [ 0, 0]",
22+
"default": "# [0, 0]",
2323
"category": "style",
2424
"addedIn": "v2.17"
2525
},

0 commit comments

Comments
 (0)