eric7/EricWidgets/EricLineEdit.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8365:cde9bde830ea 8366:2a9f5153c438
240 ) 240 )
241 if w == 0: 241 if w == 0:
242 return 0 242 return 0
243 return w + spacing * 2 243 return w + spacing * 2
244 244
245
245 class EricClearableLineEdit(EricLineEdit): 246 class EricClearableLineEdit(EricLineEdit):
246 """ 247 """
247 Class implementing a line edit widget showing some inactive text and a 248 Class implementing a line edit widget showing some inactive text and a
248 clear button, if it has some contents. 249 clear button, if it has some contents.
249 """ 250 """

eric ide

mercurial