From ab32c3cc121cd8e6c7c81fa583d3162f5bcc68a5 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 4 Sep 2011 03:21:14 +0200 Subject: [PATCH] Save padding values in file --- Sources/VLXMLDocument.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/VLXMLDocument.mm b/Sources/VLXMLDocument.mm index b074e30..0660b5c 100644 --- a/Sources/VLXMLDocument.mm +++ b/Sources/VLXMLDocument.mm @@ -37,7 +37,8 @@ [wrap addRegularFileWithContents:pd preferredFilename:@"PrintInfo"]; if (!sPropertyKeys) sPropertyKeys = [[NSArray alloc] initWithObjects: - @"staffSize", @"chordSize", @"lyricSize", nil]; + @"staffSize", @"chordSize", @"lyricSize", + @"topPadding", @"titlePadding", @"staffPadding", @"chordPadding", @"lyricPadding", nil]; NSData * prop = [NSPropertyListSerialization dataFromPropertyList: [self dictionaryWithValuesForKeys:sPropertyKeys] format:NSPropertyListXMLFormat_v1_0