Skip to content

Commit

Permalink
Additional fix for issue #176 - Elide lastReloadedNotifier
Browse files Browse the repository at this point in the history
Main fixed in Pull Request #177.

Additional fix: Elide lastReloadedNotifier instead of using Text.Wrap so
it never exceeds one line high.
  • Loading branch information
blackadderkate committed Apr 10, 2024
1 parent 6dddf94 commit 8b81763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/CompactRepresentation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Loader {
minimumPixelSize: 1
color: Kirigami.Theme.highlightColor
text: lastReloadedText
wrapMode: Text.WordWrap
elide: Text.ElideRight
visible: false
}

Expand Down

0 comments on commit 8b81763

Please sign in to comment.