forked from openlp/openlp
Some spacing fixes.
This commit is contained in:
parent
68f8b1e45f
commit
c4c8c36e7f
@ -113,8 +113,8 @@ class MediaManagerItem(QtGui.QWidget):
|
||||
self.title = title
|
||||
self.Toolbar = None
|
||||
self.PageLayout = QtGui.QVBoxLayout(self)
|
||||
self.PageLayout.setSpacing(4)
|
||||
self.PageLayout.setMargin(0)
|
||||
self.PageLayout.setSpacing(0)
|
||||
self.PageLayout.setContentsMargins(4, 0, 4, 0)
|
||||
self.requiredIcons()
|
||||
self.setupUi()
|
||||
self.retranslateUi()
|
||||
|
Loading…
Reference in New Issue
Block a user