Merge pull request #5612 from nextcloud/bugfix/edit-locally-loadin-dialog-ellide

Edit locally. Elide loading dialog filename label middle.
This commit is contained in:
allexzander 2023-04-20 16:29:43 +02:00 committed by GitHub
commit 38ae92beff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ Window {
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
text: root.fileName
elide: Text.ElideRight
elide: Text.ElideMiddle
font.bold: true
font.pixelSize: root.fontPixelSize
color: Style.ncTextColor