Skip to content

Commit

Permalink
Text.ElideMiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Dec 21, 2023
1 parent 2e76596 commit 26a5157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/components/MMSelectableToolbarButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Item {
color: icon.color
font: __style.t4
horizontalAlignment: Text.AlignHCenter
elide: Text.ElideMiddle
}

MouseArea {
Expand Down
1 change: 1 addition & 0 deletions app/qml/components/MMToolbarButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Item {
anchors.bottom: parent.bottom
anchors.bottomMargin: 20 * __dp
horizontalAlignment: Text.AlignHCenter
elide: Text.ElideMiddle
}

MouseArea {
Expand Down

1 comment on commit 26a5157

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.12.501611 just submitted!

Please sign in to comment.