diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/msgui/conversationview/resources/layouts/msgeditorwidget.css --- a/messagingapp/msgui/conversationview/resources/layouts/msgeditorwidget.css Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/msgui/conversationview/resources/layouts/msgeditorwidget.css Fri Jul 09 14:46:10 2010 +0530 @@ -23,8 +23,15 @@ MsgEditorWidget::charCounter { - size-policy:fixed fixed; - pref-height:-1; - pref-width:-1; - text-height:var(hb-param-text-height-tiny); + text-height:var(hb-param-text-height-tiny); + text-align:centre; + text-line-count-min: 1; + text-line-count-max: 1; } + +MsgEditorWidget::charCounterFrame +{ + size-policy: fixed, fixed ; + pref-height: expr(var(hb-param-text-height-tiny)+2*var(hb-param-margin-gene-middle-vertical)); + pref-width: expr(var(hb-param-text-height-tiny)*3 + 2*var(hb-param-margin-gene-middle-horizontal)); +}