forked from openlp/openlp
layout clean ups
This commit is contained in:
parent
3c32cb5be5
commit
4dde13136c
@ -39,10 +39,10 @@ class Ui_CustomSlideEditDialog(object):
|
||||
QtGui.QDialogButtonBox.Save)
|
||||
self.buttonBox.setObjectName(u'buttonBox')
|
||||
self.verseTextEdit = QtGui.QTextEdit(customSlideEditDialog)
|
||||
self.verseTextEdit.setGeometry(QtCore.QRect(8, 8, 451, 341))
|
||||
self.verseTextEdit.setGeometry(QtCore.QRect(8, 8, 458, 349))
|
||||
self.verseTextEdit.setObjectName(u'verseTextEdit')
|
||||
self.splitButton = QtGui.QPushButton(customSlideEditDialog)
|
||||
self.splitButton.setGeometry(QtCore.QRect(370, 360, 85, 27))
|
||||
self.splitButton.setGeometry(QtCore.QRect(380, 370, 85, 27))
|
||||
self.splitButton.setObjectName(u'splitButton')
|
||||
self.retranslateUi(customSlideEditDialog)
|
||||
QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(u'accepted()'),
|
||||
|
@ -34,16 +34,16 @@
|
||||
<rect>
|
||||
<x>8</x>
|
||||
<y>8</y>
|
||||
<width>451</width>
|
||||
<height>341</height>
|
||||
<width>458</width>
|
||||
<height>349</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="SplitButton">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>370</x>
|
||||
<y>360</y>
|
||||
<x>380</x>
|
||||
<y>370</y>
|
||||
<width>85</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
|
Loading…
Reference in New Issue
Block a user