Skip to content

Commit

Permalink
Fix app description overflow on details page.
Browse files Browse the repository at this point in the history
Signed-off-by: Armored Dragon <[email protected]>
  • Loading branch information
Armored-Dragon committed Jul 18, 2024
1 parent 71819cc commit ad2b9c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/more/more.qml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ Rectangle {
Text{
text: ""
color: "white";
wrapMode: Text.WordWrap
width: parent.width
font.pointSize: 12
y: 20
id: details_description
Expand Down

0 comments on commit ad2b9c0

Please sign in to comment.