mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
commit
38ae92beff
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user