forked from openlp/openlp
Some more style fixes for Windows; Fixed spacing on Songs media manager.
This commit is contained in:
parent
804d7ea2ec
commit
d2c8d8bbce
@ -50,6 +50,13 @@ QDockWidget::title
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QToolBar
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
/*margin: 0;*/
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class OpenLP(QtGui.QApplication):
|
class OpenLP(QtGui.QApplication):
|
||||||
|
@ -68,6 +68,7 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
u'Maintain the lists of authors, topics and books'),
|
u'Maintain the lists of authors, topics and books'),
|
||||||
':/songs/song_maintenance.png', self.onSongMaintenanceClick,
|
':/songs/song_maintenance.png', self.onSongMaintenanceClick,
|
||||||
'SongMaintenanceItem')
|
'SongMaintenanceItem')
|
||||||
|
self.PageLayout.setSpacing(4)
|
||||||
self.SearchLayout = QtGui.QFormLayout()
|
self.SearchLayout = QtGui.QFormLayout()
|
||||||
self.SearchLayout.setMargin(0)
|
self.SearchLayout.setMargin(0)
|
||||||
self.SearchLayout.setSpacing(4)
|
self.SearchLayout.setSpacing(4)
|
||||||
|
Loading…
Reference in New Issue
Block a user