mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Save padding values in file
This commit is contained in:
parent
955dfe411e
commit
ab32c3cc12
|
@ -37,7 +37,8 @@
|
||||||
[wrap addRegularFileWithContents:pd preferredFilename:@"PrintInfo"];
|
[wrap addRegularFileWithContents:pd preferredFilename:@"PrintInfo"];
|
||||||
if (!sPropertyKeys)
|
if (!sPropertyKeys)
|
||||||
sPropertyKeys = [[NSArray alloc] initWithObjects:
|
sPropertyKeys = [[NSArray alloc] initWithObjects:
|
||||||
@"staffSize", @"chordSize", @"lyricSize", nil];
|
@"staffSize", @"chordSize", @"lyricSize",
|
||||||
|
@"topPadding", @"titlePadding", @"staffPadding", @"chordPadding", @"lyricPadding", nil];
|
||||||
NSData * prop = [NSPropertyListSerialization dataFromPropertyList:
|
NSData * prop = [NSPropertyListSerialization dataFromPropertyList:
|
||||||
[self dictionaryWithValuesForKeys:sPropertyKeys]
|
[self dictionaryWithValuesForKeys:sPropertyKeys]
|
||||||
format:NSPropertyListXMLFormat_v1_0
|
format:NSPropertyListXMLFormat_v1_0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user