Merge lp:~googol-deactivatedaccount/openlp/bug-645452 into lp:openlp

Proposed by Andreas Preikschat
Status: Merged
Merged at revision: 2256
Proposed branch: lp:~googol-deactivatedaccount/openlp/bug-645452
Merge into: lp:openlp
Diff against target: 14 lines (+2/-2)
1 file modified
openlp/core/ui/themewizard.py (+2/-2)
To merge this branch: bzr merge lp:~googol-deactivatedaccount/openlp/bug-645452
Reviewer Review Type Date Requested Status
Tim Bentley Approve
Review via email: mp+169701@code.launchpad.net

Description of the change

- increase possible line spacing

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/core/ui/themewizard.py'
2--- openlp/core/ui/themewizard.py 2013-03-07 08:05:43 +0000
3+++ openlp/core/ui/themewizard.py 2013-06-16 17:36:28 +0000
4@@ -178,8 +178,8 @@
5 self.lineSpacingLabel = QtGui.QLabel(self.mainAreaPage)
6 self.lineSpacingLabel.setObjectName(u'LineSpacingLabel')
7 self.lineSpacingSpinBox = QtGui.QSpinBox(self.mainAreaPage)
8- self.lineSpacingSpinBox.setMinimum(-50)
9- self.lineSpacingSpinBox.setMaximum(50)
10+ self.lineSpacingSpinBox.setMinimum(-250)
11+ self.lineSpacingSpinBox.setMaximum(250)
12 self.lineSpacingSpinBox.setObjectName(u'LineSpacingSpinBox')
13 self.mainAreaLayout.addRow(self.lineSpacingLabel, self.lineSpacingSpinBox)
14 self.outlineCheckBox = QtGui.QCheckBox(self.mainAreaPage)