Skip to content

Commit

Permalink
Reintroduce the samples parameter in qml for qt6
Browse files Browse the repository at this point in the history
It is again supported, without it the shadows don't look as intended.
  • Loading branch information
luisangelsm committed Dec 21, 2024
1 parent 62e92a9 commit 53ef688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion YACReaderLibrary/qml/FlowView6.qml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Rectangle {
horizontalOffset: 0
verticalOffset: 0
radius: 6
//samples: 17
samples: 17
color: "#BB000000"
source: coverElement
visible: showDropShadow;
Expand Down
6 changes: 3 additions & 3 deletions YACReaderLibrary/qml/GridComicsView6.qml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SplitView {
horizontalOffset: 0
verticalOffset: 0
radius: 10.0
//samples: 17
samples: 17
color: "#FF000000"
source: realCell
visible: showDropShadow;
Expand Down Expand Up @@ -469,7 +469,7 @@ SplitView {
verticalOffset: 0
radius: 8.0
transparentBorder: true
//samples: 17
samples: 17
color: "#FF000000"
source: currentCoverElement
visible: showDropShadow;
Expand Down Expand Up @@ -683,7 +683,7 @@ SplitView {
horizontalOffset: 0
verticalOffset: 0
radius: 8.0
//samples: 17
samples: 17
color: "#AA000000"
source: readButton
visible: showDropShadow && !readButton.pressed
Expand Down

0 comments on commit 53ef688

Please sign in to comment.