Hi,

just upgraded my copy of git master to the latest and greatest just to find 
out that right alignment of all values in the ledger is broken. I tried to fix 
it by using

   <p align="right">355,95</p>

as txt sent to 

       document.setHtml(txt);

inside of void Transaction::paintRegisterCell(QPainter *painter, 
QStyleOptionViewItemV4 &option, const QModelIndex &index) but this somehow 
does not work. Using

   <p style="font-weight:bold;">355,95</p>

prints the values in bold, but still to the left of course. Anyone any ideas? 
This looks ugly.

-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
A sufficient amount of googling is indistinguishable
from actual knowledge. -- unknown source
-------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to