Commit 48bf9f81 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: extension dialog, show correctly the version

Ref #3414
parent 221eb62e
......@@ -431,8 +431,7 @@ void ExtensionItemDelegate::paint( QPainter *painter,
// Version: italic
font.setItalic( true );
pixpaint->setFont( font );
pixpaint->drawText( QRect( width - 40, 7, 20, metrics.height() ),
Qt::AlignLeft, ext->version );
pixpaint->drawText( width - 40, 7 + metrics.height(), ext->version );
// Flush paint operations
delete pixpaint;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment