Skip to content

Commit

Permalink
Merge pull request #15550 from iwoithe/fix-15533-allow-frame-thicknes…
Browse files Browse the repository at this point in the history
…s-be-zero

Fix #15533: Allow setting the thickness of a text frame to zero
  • Loading branch information
cbjeukendrup committed Dec 25, 2022
2 parents d759f29 + f116482 commit 23aa113
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@ Column {
propertyItem: root.model ? root.model.frameThickness : null

step: 0.1
minValue: 0.1
minValue: 0
maxValue: 5
}

Expand Down

0 comments on commit 23aa113

Please sign in to comment.