Skip to content

Commit

Permalink
gui/moninj: make widgets look less like buttons
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 3, 2016
1 parent 0c97043 commit b83b113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/moninj.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ def __init__(self, channel, send_to_device, force_out, title):

QtWidgets.QFrame.__init__(self)

self.setFrameShape(QtWidgets.QFrame.Panel)
self.setFrameShape(QtWidgets.QFrame.Box)
self.setFrameShadow(QtWidgets.QFrame.Raised)

grid = QtWidgets.QGridLayout()

0 comments on commit b83b113

Please sign in to comment.