messagingapp/msgui/conversationview/resources/layouts/msgeditorwidget.css
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
equal deleted inserted replaced
40:224522e33db9 41:25fe1fe642e3
    21   fixed-height: 7.46un;
    21   fixed-height: 7.46un;
    22 }
    22 }
    23 
    23 
    24 MsgEditorWidget::charCounter
    24 MsgEditorWidget::charCounter
    25 {
    25 {
    26 	  size-policy:fixed fixed;
    26     text-height:var(hb-param-text-height-tiny);
    27 	  pref-height:-1;
    27     text-align:centre;
    28 	  pref-width:-1;
    28     text-line-count-min: 1;
    29 	  text-height:var(hb-param-text-height-tiny);
    29     text-line-count-max: 1;
    30 }
    30 }
       
    31 
       
    32 MsgEditorWidget::charCounterFrame
       
    33 {
       
    34     size-policy: fixed, fixed ;
       
    35     pref-height: expr(var(hb-param-text-height-tiny)+2*var(hb-param-margin-gene-middle-vertical));
       
    36     pref-width: expr(var(hb-param-text-height-tiny)*3 + 2*var(hb-param-margin-gene-middle-horizontal));
       
    37 }