Skip to content

Commit

Permalink
Fix tool tip not visible for big images
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Aug 9, 2021
1 parent d1f5057 commit 82d7c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions document_management_system/qml/DocumentList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Item {
Image {
width: 100
Layout.maximumWidth: 100
Layout.maximumHeight: 100
visible: documentIsImage
source: documentExists == false ? "qrc:///images/composer/missing_image.svg"
: documentIsImage ? documentURL
Expand Down

0 comments on commit 82d7c94

Please sign in to comment.