diff --git a/SparkleShare/SparkleStatusIcon.cs b/SparkleShare/SparkleStatusIcon.cs index 4e13f8db..8d2b3d50 100644 --- a/SparkleShare/SparkleStatusIcon.cs +++ b/SparkleShare/SparkleStatusIcon.cs @@ -30,13 +30,13 @@ namespace SparkleShare { } public void SetSyncingState () { - IconName = "folder-syncing"; - Tooltip = "SparkleShare, updating files..."; +// IconName = "folder-syncing"; +// Tooltip = "SparkleShare, updating files..."; } public void SetErrorState () { - IconName = "folder-sync-error"; - Tooltip = "SparkleShare, something went wrong"; +// IconName = "folder-sync-error"; +// Tooltip = "SparkleShare, something went wrong"; } } diff --git a/SparkleShare/SparkleWindow.cs b/SparkleShare/SparkleWindow.cs index f8a4882a..da24d938 100644 --- a/SparkleShare/SparkleWindow.cs +++ b/SparkleShare/SparkleWindow.cs @@ -372,6 +372,7 @@ namespace SparkleShare { TreeView LogView = new TreeView (LogStore); LogView.HeadersVisible = false; + LogView.RowSpacing = 30; CellRendererText TextCellRight = new Gtk.CellRendererText (); TextCellRight.Alignment = Pango.Alignment.Right;