Skip to content

Commit bf2e51a

Browse files
committedNov 24, 2021
fx
1 parent c3a6458 commit bf2e51a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎src/components/fx/layout_attributes.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ module.exports = {
121121
].join(' ')
122122
},
123123
font: font,
124+
grouptitlesfont: fontAttrs({
125+
editType: 'none',
126+
description: [
127+
'Sets the font for group titles in hover (unified modes).',
128+
'Defaults to `hoverlabel.font`.'
129+
].join(' ')
130+
}),
124131
align: {
125132
valType: 'enumerated',
126133
values: ['left', 'right', 'auto'],
@@ -145,13 +152,6 @@ module.exports = {
145152
'`namelength - 3` characters and add an ellipsis.'
146153
].join(' ')
147154
},
148-
grouptitlesfont: fontAttrs({
149-
editType: 'none',
150-
description: [
151-
'Sets the font for group titles in hover (unified modes).',
152-
'Defaults to `hoverlabel.font`.'
153-
].join(' ')
154-
}),
155155

156156
editType: 'none'
157157
},

0 commit comments

Comments
 (0)
Please sign in to comment.