UI: App info details: Elide path left.

This commit is contained in:
Nodir Temirkhodjaev 2019-04-29 07:47:53 +05:00
parent ce31dbe834
commit 46aaccad94

View File

@ -23,7 +23,7 @@ RowLayout {
LinkButton {
Layout.fillWidth: true
elide: Text.ElideRight
elide: Text.ElideLeft
text: appPath
onClicked: osUtil.openFolder(appPath)
}