mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:36:28 +00:00
UI: App info details: Elide path left.
This commit is contained in:
parent
ce31dbe834
commit
46aaccad94
@ -23,7 +23,7 @@ RowLayout {
|
||||
|
||||
LinkButton {
|
||||
Layout.fillWidth: true
|
||||
elide: Text.ElideRight
|
||||
elide: Text.ElideLeft
|
||||
text: appPath
|
||||
onClicked: osUtil.openFolder(appPath)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user