Add a status bar.
[master-thesis.git] / Parasitemia / ParasitemiaUI / About.fs
index 5f9ce81..5f1be66 100644 (file)
@@ -20,7 +20,7 @@ let showWindow (parent: Window) =
     let txtAbout: TextBlock = ctrl "txtAbout"
 
     let version = System.Reflection.Assembly.GetEntryAssembly().GetName().Version
-    let txtVersion = sprintf "%d.%d.%d" version.Major version.Minor version.Revision
+    let txtVersion = sprintf " %d.%d.%d" version.Major version.Minor version.Revision
     txtAbout.Inlines.FirstInline.ElementEnd.InsertTextInRun(txtVersion)
 
 #if DEBUG