diff --git a/src/context/contextalbum.cpp b/src/context/contextalbum.cpp index e7390dfed..271e13f83 100644 --- a/src/context/contextalbum.cpp +++ b/src/context/contextalbum.cpp @@ -91,7 +91,7 @@ void ContextAlbum::Init(ContextView *context_view, AlbumCoverChoiceController *a QSize ContextAlbum::sizeHint() const { - return QSize(pixmap_current_.width(), pixmap_current_.height()); + return QSize(pixmap_current_.width() / devicePixelRatioF(), pixmap_current_.height() / devicePixelRatioF()); }