Merge branch 'bugfix/unorderedlist_spacing' into 'develop'

added spacing to unordered list

See merge request BPHV_MIPS/mvm_core_ui!776
This commit is contained in:
Pfeil, Scott Robert 2021-12-07 16:58:35 +00:00
commit 5328dade86

View File

@ -36,7 +36,7 @@ import Foundation
for molecule in list {
models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor)))
}
super.init(molecules: models, spacing: 0)
super.init(molecules: models, spacing: Four)
}
public override func encode(to encoder: Encoder) throws {