From 6dba0e94c52690c08ee49e86f03719609cdf31f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 1 Sep 2015 13:26:49 -0600 Subject: [PATCH] gui/moninj: wrap DDS frequency --- artiq/gui/moninj.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/gui/moninj.py b/artiq/gui/moninj.py index 282413cc7..d1e8a0f3a 100644 --- a/artiq/gui/moninj.py +++ b/artiq/gui/moninj.py @@ -131,6 +131,7 @@ class _DDSWidget(QtGui.QFrame): self._value = QtGui.QLabel() self._value.setAlignment(QtCore.Qt.AlignCenter) + self._value.setWordWrap(True) grid.addWidget(self._value, 2, 1, 6, 1) self.set_value(0)