Skip to content

Commit

Permalink
fix preview command parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo [hdd] Angeli committed Mar 7, 2011
1 parent aca3547 commit 662bcaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/drQtNewJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ def __init__(self,engine_name,parent=None):
self.info_box.setTitle("Command Preview")
layout_info_box = QtGui.QVBoxLayout()
layout_info_box.addWidget(self._info_line)

self._layout.addLayout(layout_info_box)

self.info_box.setLayout(layout_info_box)
self.setLayout(self._layout)

def _emit_updated(self,value):
Expand Down

0 comments on commit 662bcaf

Please sign in to comment.