Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] removed border in table in batch processing dialog
  • Loading branch information
volaya committed Oct 18, 2014
1 parent 5e9dc03 commit eb998de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/BatchProcessingDialog.py
Expand Up @@ -60,6 +60,7 @@ def __init__(self, alg):
self.algs = None
self.showAdvanced = False
self.table = QtGui.QTableWidget(None)
self.table.setFrameShape(QtGui.QFrame.NoFrame);
AlgorithmExecutionDialog.__init__(self, alg, self.table)
self.setWindowModality(1)
self.resize(800, 500)
Expand Down

0 comments on commit eb998de

Please sign in to comment.