Skip to content

Commit

Permalink
Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Oct 2, 2019
1 parent 23c4252 commit cabbc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma5-genial/contents/ui/DescriptionText.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Item {
when: containing_rect.text.length > 20
PropertyChanges {
target: containing_rect
width: 256
width: 250
height: text_field.paintedHeight
}
},
Expand Down

0 comments on commit cabbc6b

Please sign in to comment.