Clean up and fix minor issues with GUI extensions

This commit is contained in:
Veronica Berglyd Olsen
2023-11-29 22:21:56 +01:00
parent 78a75d5719
commit a6d346fcb6
7 changed files with 15 additions and 35 deletions
-5
View File
@@ -106,11 +106,6 @@ class NSwitchBox(QScrollArea):
self._bumpIndex()
return
def setInnerContentsMargins(self, left: int, top: int, right: int, bottom: int) -> None:
"""Set the contents margins of the inner layout."""
self._content.setContentsMargins(left, top, right, bottom)
return
##
# Internal Functions
##