--- a/E5Gui/E5PasswordMeter.py Sun Oct 06 19:14:26 2013 +0200 +++ b/E5Gui/E5PasswordMeter.py Sun Oct 06 19:45:29 2013 +0200 @@ -44,7 +44,8 @@ " text-align: center; }}" \ "QProgressBar::chunk:horizontal {{" \ " background-color: {0}; }}" - self.setStyleSheet(self.__styleSheetTemplate.format(self.__noIndicator)) + self.setStyleSheet( + self.__styleSheetTemplate.format(self.__noIndicator)) def checkPasswordStrength(self, password): """