mirror of
https://github.com/QRouland/UTPass.git
synced 2025-02-11 15:07:16 +00:00
Fix #2 Password names containing periods are truncated
This commit is contained in:
parent
c106bbec19
commit
6b5d9fb8e2
@ -14,7 +14,7 @@ Component {
|
|||||||
color: theme.palette.normal.background
|
color: theme.palette.normal.background
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: fileBaseName
|
text: fileIsDir ? fileName : fileName.slice(0, -4) // remove .gpg if it's a file
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: units.gu(2)
|
anchors.leftMargin: units.gu(2)
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user