Changeset 6268

Show
Ignore:
Timestamp:
06/11/08 23:16:15 (4 months ago)
Author:
eugene
Message:

We have no right to trim the text to be displayed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/contactdelegate.cpp

    r6231 r6268  
    117117    arg.cg = QPalette::Inactive; 
    118118  if ((var = index.data(Qt::DisplayRole)).isValid()) 
    119     arg.text = var.toString().trimmed(); 
     119    arg.text = var.toString(); 
    120120 
    121121  fillBackground(arg);