From a52ce41dd0dde2d5278a8cc492ca60556533c2e0 Mon Sep 17 00:00:00 2001 From: ctn Date: Thu, 29 Jan 2015 11:10:48 +0100 Subject: [PATCH] correction indentation --- InterfaceQT4/monUniqueSDCOIntoPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/monUniqueSDCOIntoPanel.py b/InterfaceQT4/monUniqueSDCOIntoPanel.py index 1f8f9671..edad49d7 100644 --- a/InterfaceQT4/monUniqueSDCOIntoPanel.py +++ b/InterfaceQT4/monUniqueSDCOIntoPanel.py @@ -42,7 +42,7 @@ class MonUniqueSDCOIntoPanel(Ui_DUnSDCOInto,QTPanel,SaisieSDCO, QDialog): #print "MonUniqueSDCOIntoPanel" QTPanel.__init__(self,node,parent) #DUnSDCOInto.__init__(self,parent,name,fl) - QDialog.__init__(self,parent) + QDialog.__init__(self,parent) if hasattr(parent,"leLayout"): parent.leLayout.removeWidget(parent.leLayout.widgetActive) parent.leLayout.widgetActive.close() -- 2.39.2