Commit 1ce783da authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: update preferences intf preview

parent 29f10d48
...@@ -191,7 +191,8 @@ void InterfacePreviewWidget::setPreview( enum_style e_style ) ...@@ -191,7 +191,8 @@ void InterfacePreviewWidget::setPreview( enum_style e_style )
break; break;
} }
setPixmap( QPixmap( pixmapLocationString ) ); setPixmap( QPixmap( pixmapLocationString ).
scaledToWidth( width(), Qt::SmoothTransformation ) );
update(); update();
} }
......
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