[DE] Fix color settings for the list
This commit is contained in:
parent
2c1a84f727
commit
ba470b0f12
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue