Remove ugly icon and bold font for encryption note

This commit is contained in:
Martchus 2019-02-05 00:28:35 +01:00
parent 3126bdef08
commit f577b5acd7
1 changed files with 0 additions and 6 deletions

View File

@ -90,14 +90,8 @@ Kirigami.ApplicationWindow {
Item {
Layout.preferredWidth: 2
}
Kirigami.Icon {
source: "emblem-warning"
width: Kirigami.Units.iconSizes.small
height: Kirigami.Units.iconSizes.small
}
Controls.Label {
text: qsTr("No password set\nFile will be saved unencrypted!")
font.bold: true
}
}
Item {