openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13814
Re: [Merge] lp:~mahfiaz/openlp/bug-904438 into lp:openlp
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.
References