diff --git a/artiq/gui/moninj.py b/artiq/gui/moninj.py index 818c148f6..c9953d62a 100644 --- a/artiq/gui/moninj.py +++ b/artiq/gui/moninj.py @@ -125,7 +125,7 @@ class _DDSWidget(QtWidgets.QFrame): QtWidgets.QFrame.__init__(self) - self.setFrameShape(QtWidgets.QFrame.Panel) + self.setFrameShape(QtWidgets.QFrame.Box) self.setFrameShadow(QtWidgets.QFrame.Raised) grid = QtWidgets.QGridLayout()