[DE] Fix color settings for the list

This commit is contained in:
Julia Radzhabova 2020-09-27 16:48:28 +03:00
parent 2c1a84f727
commit ba470b0f12

View file

@ -160,13 +160,15 @@ define([
id: 'id-dlg-bullet-text-color', id: 'id-dlg-bullet-text-color',
caption: this.txtLikeText, caption: this.txtLikeText,
checkable: true, checkable: true,
toggleGroup: 'list-settings-color' toggleGroup: 'list-settings-color',
style: 'padding-left: 20px;'
}, },
{ {
id: 'id-dlg-bullet-auto-color', id: 'id-dlg-bullet-auto-color',
caption: this.textAuto, caption: this.textAuto,
checkable: true, checkable: true,
toggleGroup: 'list-settings-color' toggleGroup: 'list-settings-color',
style: 'padding-left: 20px;'
}, },
{caption: '--'}], {caption: '--'}],
additionalAlign: this.menuAddAlign additionalAlign: this.menuAddAlign