Skip to content

Commit

Permalink
tweak grid preferredHighlightEnd and screenshot/video rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfgasfhsn committed May 7, 2019
1 parent 7e453c8 commit 790af41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DetailsView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ FocusScope {
height: vpx(700)

preferredHighlightBegin: vpx(120)
preferredHighlightEnd: vpx(580)
preferredHighlightEnd: vpx(560)

anchors {
rightMargin: vpx(48)
Expand Down Expand Up @@ -278,7 +278,7 @@ LinearGradient {
height: vpx(378)
color: "#00f3f3f3"

transform: Rotation { origin.x: grid.height/2; origin.y: grid.width/2; axis { x: 0; y: 1; z: 0 } angle: 8 }
transform: Rotation { origin.x: screenshotBox.height/2; origin.y: screenshotBox.width/2; axis { x: 0; y: 1; z: 0 } angle: 8 }

anchors {
horizontalCenter: parent.horizontalCenter
Expand Down

0 comments on commit 790af41

Please sign in to comment.