Merge branch 'mizaki-showcontrols' into develop
This commit is contained in:
commit
3422a1093d
@ -86,6 +86,7 @@ class IssueSelectionWindow(QtWidgets.QDialog):
|
||||
talker,
|
||||
False,
|
||||
)
|
||||
self.imageIssuesSourceWidget.showControls = False
|
||||
gridlayoutIssuesSourceLogo = QtWidgets.QGridLayout(self.imageIssuesSourceLogo)
|
||||
gridlayoutIssuesSourceLogo.addWidget(self.imageIssuesSourceWidget)
|
||||
gridlayoutIssuesSourceLogo.setContentsMargins(0, 2, 0, 0)
|
||||
|
@ -166,6 +166,7 @@ class SeriesSelectionWindow(QtWidgets.QDialog):
|
||||
talker,
|
||||
False,
|
||||
)
|
||||
self.imageSourceWidget.showControls = False
|
||||
gridlayoutSourceLogo = QtWidgets.QGridLayout(self.imageSourceLogo)
|
||||
gridlayoutSourceLogo.addWidget(self.imageSourceWidget)
|
||||
gridlayoutSourceLogo.setContentsMargins(0, 2, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user