[banshee] TrackEditorDialog: Set the notebook tabs as scrollable (bgo#652431)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] TrackEditorDialog: Set the notebook tabs as scrollable (bgo#652431)
- Date: Fri, 19 Aug 2011 14:23:56 +0000 (UTC)
commit 80bbe806789b160a7a60d53f8ca4d66a8684e724
Author: Alban Crequy <alban crequy collabora co uk>
Date: Fri Aug 19 16:22:14 2011 +0200
TrackEditorDialog: Set the notebook tabs as scrollable (bgo#652431)
With some languages, the tabs would get too wide and not fit in the
dialog, so we allow scrolling in that case.
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../Banshee.Gui.TrackEditor/TrackEditorDialog.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
index 89d7d85..5fc5048 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
@@ -214,6 +214,7 @@ namespace Banshee.Gui.TrackEditor
private void BuildNotebook ()
{
notebook = new Notebook ();
+ notebook.Scrollable = true;
notebook.Show ();
Gtk.Widget page_to_focus = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]