mirror of
https://github.com/QRouland/UTPass.git
synced 2025-08-12 09:15:59 +00:00
Fix #2 Password names containing periods are truncated
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user