[chronojump] Minor change



commit 15dbdb3ae88086d123a7ab78c2d7e1bd988926bf
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 13 16:05:41 2018 +0100

    Minor change

 src/gui/chronojump.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index ac3a20c..6545ca7 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2465,7 +2465,8 @@ public partial class ChronoJumpWindow
                if(foundPersons) {
                        //activate the gui for persons in main window
                        sensitiveGuiYesPerson();
-                       label_top_person_name.Text = currentPerson.Name;
+                       label_top_person_name.Text = "<b>" + currentPerson.Name + "</b>";
+                       label_top_person_name.UseMarkup = true;
                } else {
                        currentPerson = null;
                        label_top_person_name.Text = "";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]