[banshee] [Nereid] Set the HeightRequest of the custom title
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Nereid] Set the HeightRequest of the custom title
- Date: Sun, 16 May 2010 00:00:11 +0000 (UTC)
commit 726fdc864b57b8068db300c19efa91800b679fb5
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat May 15 16:59:34 2010 -0700
[Nereid] Set the HeightRequest of the custom title
So Audiobook's custom title button doesn't make the whole row taller.
src/Clients/Nereid/Nereid/ViewContainer.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Clients/Nereid/Nereid/ViewContainer.cs b/src/Clients/Nereid/Nereid/ViewContainer.cs
index c162f4b..f73173e 100644
--- a/src/Clients/Nereid/Nereid/ViewContainer.cs
+++ b/src/Clients/Nereid/Nereid/ViewContainer.cs
@@ -254,6 +254,7 @@ namespace Nereid
}
if (widget != null) {
+ widget.HeightRequest = search_entry.Allocation.Height;
widget.Show ();
custom_title_box.PackStart (widget, false, false, 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]