Commit 7a2f855c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: improve look of extension dialog

Should close #4332
parent e4ea7389
...@@ -420,6 +420,7 @@ void ExtensionItemDelegate::paint( QPainter *painter, ...@@ -420,6 +420,7 @@ void ExtensionItemDelegate::paint( QPainter *painter,
/// @todo Add extension's icon /// @todo Add extension's icon
// Title: bold // Title: bold
pixpaint->setRenderHint( QPainter::TextAntialiasing );
font.setBold( true ); font.setBold( true );
pixpaint->setFont( font ); pixpaint->setFont( font );
pixpaint->drawText( QRect( 10, 7, width - 70, metrics.height() ), pixpaint->drawText( QRect( 10, 7, width - 70, metrics.height() ),
......
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