[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',
caption: this.txtLikeText,
checkable: true,
toggleGroup: 'list-settings-color'
toggleGroup: 'list-settings-color',
style: 'padding-left: 20px;'
},
{
id: 'id-dlg-bullet-auto-color',
caption: this.textAuto,
checkable: true,
toggleGroup: 'list-settings-color'
toggleGroup: 'list-settings-color',
style: 'padding-left: 20px;'
},
{caption: '--'}],
additionalAlign: this.menuAddAlign