You should put the labels with thr right role direct into the form widgets:
=== modified file 'openlp/core/ui/advancedtab.py'
@@ -113,5 +113,5 @@
- self.defaultServiceTimeHBox.addWidget(self.defaultServiceDayLabel)
self.defaultServiceTimeHBox.addWidget(self.defaultServiceDay)
self.defaultServiceTimeHBox.addWidget(self.defaultServiceTime)
- self.defaultServiceLayout.addRow(self.defaultServiceTimeHBox)
+ self.defaultServiceLayout.addRow(self.defaultServiceDayLabel,
+ self.defaultServiceTimeHBox)
--
https://code.launchpad.net/~mahfiaz/openlp/bug-904438/+merge/88693
Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp