Skip to content

Instantly share code, notes, and snippets.

@knocte
Created May 28, 2015 13:44
Show Gist options
  • Select an option

  • Save knocte/83ebf0b15aa9c997fe0d to your computer and use it in GitHub Desktop.

Select an option

Save knocte/83ebf0b15aa9c997fe0d to your computer and use it in GitHub Desktop.
works in linux
diff --git a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/Sourc$
index dfa5b20..cac33f1 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs
@@ -129,7 +129,7 @@ namespace Banshee.Sources.Gui
if (!(widget is TreeView)) {
minimum_width = natural_width = 200;
} else {
- minimum_width = natural_width = 0;
+ base.OnGetPreferredWidth (widget, out minimum_width, out natural_width);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment