emailuis/nmailuiwidgets/src/nmhtmllineedit.cpp
changeset 76 38bf5461e270
parent 74 6c59112cfd31
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
   176     QTextBlockFormat format;
   176     QTextBlockFormat format;
   177     format.setTextIndent(mIndent);
   177     format.setTextIndent(mIndent);
   178     cursor.mergeBlockFormat(format);
   178     cursor.mergeBlockFormat(format);
   179 }
   179 }
   180 
   180 
       
   181 /*!
       
   182     Indention for the first row of the edit field must be set again when
       
   183     pasting text into field.
       
   184  */
       
   185 void NmHtmlLineEdit::paste()
       
   186 {
       
   187     HbAbstractEdit::paste();
       
   188     setIndentForLabel(mIndent);
       
   189 }