diff --git a/Cryptura/Cryptura.csproj b/Cryptura/Cryptura.csproj
index a06f970..c96a8c0 100644
--- a/Cryptura/Cryptura.csproj
+++ b/Cryptura/Cryptura.csproj
@@ -8,7 +8,7 @@
app.manifest
true
1.0
- 1.4
+ 1.5
diff --git a/Cryptura/MainWindow.axaml b/Cryptura/MainWindow.axaml
index 75e004e..5e968be 100644
--- a/Cryptura/MainWindow.axaml
+++ b/Cryptura/MainWindow.axaml
@@ -46,12 +46,16 @@
Foreground="White"
Text="{Binding Name}"
VerticalAlignment="Center"
+ TextTrimming="CharacterEllipsis"
+ TextWrapping="NoWrap"
Margin="20,0"/>
diff --git a/Cryptura/Password.cs b/Cryptura/Password.cs
index 6ea2b2a..fd64e07 100644
--- a/Cryptura/Password.cs
+++ b/Cryptura/Password.cs
@@ -9,7 +9,7 @@ public class Password
{
public string Name { get; set; }
public string Value { get; set; }
- public string CensoredValue { get; set; } = "******";
+ public string CensoredValue { get; set; } = "**********";
public WXFile WxFile { get; set; }
public string DisplayValue