Created
May 28, 2015 13:44
-
-
Save knocte/83ebf0b15aa9c997fe0d to your computer and use it in GitHub Desktop.
works in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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