From f08e794ab1f3bb99974cdfb6511f168099950044 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 2 Dec 2013 14:52:14 +0000 Subject: [PATCH] event log: Show disclosure triangle next to timestamps. Closes #1417 --- SparkleShare/SparkleEventLogController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleEventLogController.cs b/SparkleShare/SparkleEventLogController.cs index f2ecc4c0..6dc1dbeb 100755 --- a/SparkleShare/SparkleEventLogController.cs +++ b/SparkleShare/SparkleEventLogController.cs @@ -439,7 +439,7 @@ namespace SparkleShare { if (!change.IsFolder) { event_entry += "" + change.Timestamp.ToString ("HH:mm") + - "  "; + " ▾  "; } else { event_entry += "" + change.Timestamp.ToString ("HH:mm") + "  ";