Hide invisible controls to prevent bottom margin on source logos.
This commit is contained in:
parent
053295e028
commit
79a6cef794
@ -86,6 +86,7 @@ class IssueSelectionWindow(QtWidgets.QDialog):
|
||||
talker_api,
|
||||
False,
|
||||
)
|
||||
self.imageIssuesSourceWidget.showControls = False
|
||||
gridlayoutIssuesSourceLogo = QtWidgets.QGridLayout(self.imageIssuesSourceLogo)
|
||||
gridlayoutIssuesSourceLogo.addWidget(self.imageIssuesSourceWidget)
|
||||
gridlayoutIssuesSourceLogo.setContentsMargins(0, 2, 0, 0)
|
||||
|
@ -171,6 +171,7 @@ class SeriesSelectionWindow(QtWidgets.QDialog):
|
||||
talker_api,
|
||||
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