Fixes a bug when creating a new project, introduced with #148

This commit is contained in:
Olivier Keshavjee 2017-10-17 22:15:13 +02:00
parent dc0cc57ffa
commit 2c36902d46

View file

@ -66,7 +66,7 @@ textEditor = {
"indent": True,
"spacingAbove": 5,
"spacingBelow": 5,
"textAlignement": 0, # 0: left, 1: center, 2: right, 3: justify
"textAlignment": 0, # 0: left, 1: center, 2: right, 3: justify
}
revisions = {