From c3ec8963be9b17bc566b58183bb2c161fdee430a Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 20 Jun 2009 21:11:18 +0200 Subject: [PATCH] Piccolo bug, le impostazioni non venivano inizializzate correttamente --- songbook-editor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/songbook-editor.py b/songbook-editor.py index 8ee485b..5329bea 100755 --- a/songbook-editor.py +++ b/songbook-editor.py @@ -340,10 +340,10 @@ class interface(QtGui.QMainWindow): option.show() def set_default_options(self): - self.opt["paper_size"] = "A5" + self.opt["paper_size"] = "a5" self.opt["title"] = "Canzoniere" self.opt["subtitle"] = "Autore Sconosciuto" - self.opt["type"] = "tc" ## tc = text and chords, c = only chords, s = slide + self.opt["type"] = "chordbk" # This class manage the Dialog that prompt the user for -- 2.1.4