E5Gui/E5SqueezeLabels.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3065
070b35dde35e
--- a/E5Gui/E5SqueezeLabels.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/E5Gui/E5SqueezeLabels.py	Sun Nov 03 15:58:22 2013 +0100
@@ -109,7 +109,7 @@
         @param event reference to the paint event (QPaintEvent)
         """
         fm = self.fontMetrics()
-        if (fm.width(self.__surrounding.format(self.__path)) > 
+        if (fm.width(self.__surrounding.format(self.__path)) >
                 self.contentsRect().width()):
             super(E5SqueezeLabelPath, self).setText(
                 self.__surrounding.format(compactPath(self.__path,

eric ide

mercurial