Tweak UI for vumeter node.

time
Ben Niemann 2020-02-22 12:30:14 +01:00
parent e567b2330e
commit b57a212144
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class VUMeterNodeWidget(ui_base.ProjectMixin, core.AutoCleanupMixin, QtWidgets.Q
self.__current_orientation = None # type: Qt.Orientation
layout = QtWidgets.QVBoxLayout()
layout.setContentsMargins(0, 0, 0, 0)
layout.addWidget(self.__vu_meter)
self.setLayout(layout)